Update _mixins.scss

This commit is contained in:
Pedro Reis 2014-05-09 10:08:21 +01:00
parent a9756a862e
commit 0712edd872
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;
}