stylesheets/stitch/patterns/text/_text-rendering.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/text/_text-rendering.scss in stitch-0.1.2
- old
+ new
@@ -1,9 +1,9 @@
-/*
- Nicer text rendering in webkit and gecko
- @see http://www.aestheticallyloyal.com/public/optimize-legibility/
- @see http://files.christophzillgens.com/webkit-font-smoothing.html
-*/
+//
+// Nicer text rendering in webkit and gecko
+// @see http://www.aestheticallyloyal.com/public/optimize-legibility/
+// @see http://files.christophzillgens.com/webkit-font-smoothing.html
+//
@mixin improve-text-rendering {
text-rendering:optimizeLegibility;
-webkit-font-smoothing:subpixel-antialiased;
}
\ No newline at end of file