Sha256: 45babc81cb858a13ee8aa6ba79f99e88b17a1635e0cc061cafe42640745da463
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
/* 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; }
Version data entries
4 entries across 4 versions & 2 rubygems