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

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/text/_text-rendering.scss
stitch-0.1.0 stylesheets/stitch/patterns/text/_text-rendering.scss
stitch-0.0.3 stylesheets/stitch/patterns/text/_text-rendering.scss
compass-stitch-0.0.1 stylesheets/stitch/patterns/text/_text-rendering.scss