Autoprefixing and clean up
This commit is contained in:
parent
3a4f23e949
commit
77f3aa7dce
8 changed files with 626 additions and 23 deletions
|
@ -1,7 +1,8 @@
|
|||
* {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: border-box;
|
||||
font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue