Sha256: 94938783c67e9890b97d54329ff0d4d730598f05b2f754b47be2dac829a70bbb

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

/*
  Prevents the resizing of text. Useful for mobile web apps
*/
@mixin fixed-sized-text {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.0 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.0.3 stylesheets/stitch/patterns/mobile/_fixed-text.scss
compass-stitch-0.0.1 stylesheets/stitch/patterns/mobile/_fixed-text.scss