Sha256: 11b189c8c3a71dfc75d7eeba8d79a3d8f8e6c4a635c1f2e1a6c980e69671bc4a
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 Bytes
Contents
p{ @include adjust-font-size-to($base-font-size); @include rhythm($base-line-mult, 0, 0, $base-line-mult, $base-font-size); } // Loop over each heading, h1-h6, and setup their // font size, line height, and padding. @for $i from 1 through 6 { h#{$i} { font-family: $base-heading-font; @include adjust-font-size-to( nth($headings, $i) ); @include rhythm($base-line-mult, 0, 0, $base-line-mult, nth($headings, $i) ); } }
Version data entries
5 entries across 5 versions & 1 rubygems