Merge pull request #4 from pdcreis/patch-5

Update _mixins.scss
This commit is contained in:
Mike Francis 2014-05-09 10:09:15 +01:00
commit d9a569ab87
1 changed files with 16 additions and 18 deletions

View File

@ -17,8 +17,9 @@
}
@mixin font-smoothing {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
@ -26,15 +27,12 @@
::-webkit-input-placeholder {
@content;
}
:-moz-placeholder {
@content;
}
::-moz-placeholder {
@content;
}
:-ms-input-placeholder {
@content;
}