Sha256: 2ccfa9123132e3c50851b733f46354e0e3231a06338f08f51f0721929bd317b7
Contents?: true
Size: 456 Bytes
Versions: 4
Compression:
Stored size: 456 Bytes
Contents
// These classes control letter-spacing (tracking) in print, usually to save widows and orphans. // On screen, they shouldn't do anything except inherit formatting. @for $i from 1 through 100 { $add-space: $i * 0.001em; .tighten-#{$i}#{$edition-suffix} { font-style: inherit; } .loosen-#{$i}#{$edition-suffix} { font-style: inherit; } } // Shrink the font size .shrink { font-size: 0.7em; // Useful for wide tables }
Version data entries
4 entries across 4 versions & 1 rubygems