Update _mixins.scss

This commit is contained in:
Mike Francis 2014-06-03 14:32:07 +01:00
parent 88daf09ea9
commit 28db444950
1 changed files with 1 additions and 8 deletions

View File

@ -16,13 +16,6 @@
background-size: $size;
}
@mixin font-smoothing {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
@mixin placeholder {
::-webkit-input-placeholder {
@content;
@ -36,4 +29,4 @@
:-ms-input-placeholder {
@content;
}
}
}