Update _mixins.scss
This commit is contained in:
parent
88daf09ea9
commit
28db444950
|
@ -16,13 +16,6 @@
|
||||||
background-size: $size;
|
background-size: $size;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin font-smoothing {
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
font-smoothing: antialiased;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin placeholder {
|
@mixin placeholder {
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
@content;
|
@content;
|
||||||
|
@ -36,4 +29,4 @@
|
||||||
:-ms-input-placeholder {
|
:-ms-input-placeholder {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue