Sha256: 3fd5e3f5b2b98f0a5f28290d7b88b6d7fbe645ce43ea39f88e3d606c2d24d0d7
Contents?: true
Size: 502 Bytes
Versions: 50
Compression:
Stored size: 502 Bytes
Contents
/*------------------------------------*\ #PARAGRAPHS \*------------------------------------*/ /** * The `.lede` class is used to make the introductory text (usually a paragraph) * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news) */ // Predefine the variables below in order to alter and enable specific features. $inuit-lede-size: 1.125 !default; .#{$inuit-namespace}lede, %#{$inuit-namespace}lede { @include inuit-font-size($inuit-base-font-size * $inuit-lede-size); }
Version data entries
50 entries across 50 versions & 1 rubygems