@mixin font-smoothing-light-on-dark() {
// on
-webkit-font-smoothing : antialiased;
-moz-osx-font-smoothing: grayscale;
}
@mixin font-smoothing-dark-on-light() {
// off
-webkit-font-smoothing : subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.