Sha256: 8d781c6ef1fb006fca20e6e4dc83d3b7b5ac6b9b058dd214f1d48cefbdd93663
Contents?: true
Size: 484 Bytes
Versions: 4
Compression:
Stored size: 484 Bytes
Contents
// --------------------------------------------------------------------------- // Type Settings $base-font-size : $normpx; $base-line-height : $medpx; $round-to-nearest-half-line : true; // --------------------------------------------------------------------------- // Type Mixins @mixin ellipsis($r:1) { overflow: hidden; max-height: rhythm($r); white-space: nowrap; word-wrap: break-word; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
Version data entries
4 entries across 4 versions & 1 rubygems