[update] Init front tasks
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@define-mixin font-smoothing $value: antialiased
|
||||
{
|
||||
@if $value == antialiased
|
||||
{
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
@else
|
||||
{
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-moz-osx-font-smoothing: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user