Autoprefixing and clean up

This commit is contained in:
Mike Francis 2014-07-24 17:44:57 +01:00
parent 3a4f23e949
commit 77f3aa7dce
8 changed files with 626 additions and 23 deletions

View file

@ -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;
}