Sha256: 30358f2c45d4f4cdf9d608dce9393a5127ebb30fb48cf2fc99890c4dcef83fe8
Contents?: true
Size: 459 Bytes
Versions: 4
Compression:
Stored size: 459 Bytes
Contents
// Shrink the font size .shrink { font-size: 0.7em; /* Useful for wide tables */ } // 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; } }
Version data entries
4 entries across 4 versions & 1 rubygems