dist/_scut.scss in scut-1.0.1 vs dist/_scut.scss in scut-1.0.2

- old
+ new

@@ -1,9 +1,9 @@ /* * Scut, a collection of Sass utilities * to ease and improve our implementations of common style-code patterns. -* v1.0.1 +* v1.0.2 * Docs at http://davidtheclark.github.io/scut */ @mixin scut-clearfix { @@ -345,9 +345,12 @@ @mixin scut-reset-antialias { // Antialias! body { -webkit-font-smoothing: antialiased; + } + *, *:before, *:after { + -webkit-font-smoothing: inherit; } } @mixin scut-reset-semanticize { // Make headers and <b> semantic, not presentational. \ No newline at end of file