Update _mixins.scss
This commit is contained in:
parent
88daf09ea9
commit
28db444950
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue