fix(components): add font-smoothing to mixing components

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-03-28 19:57:25 -04:00
gitea-unlock(16/)
parent d9d7462d87
commit 9caeec7fcf
octicon-diff(16/tw-mr-1) 6 changed files with 9 additions and 1 deletions

2
core/src/components/card/card.scss
View File

@@ -4,6 +4,8 @@
// --------------------------------------------------
ion-card {
@include font-smoothing();
position: relative;
display: block;
overflow: hidden;