Sha256: c81d9b45dd1ee51f6e58874f9757479f5a7f355b9da066e6886a712aebdd5bf6

Contents?: true

Size: 155 Bytes

Versions: 12

Compression:

Stored size: 155 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

12 entries across 12 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.6 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.5 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.4 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.3 stylesheets/stitch/patterns/mobile/_fixed-text.scss
stitch-0.1.2 stylesheets/stitch/patterns/mobile/_fixed-text.scss