Sha256: 87e4f3db9a14fdd351cd6b27eeb56ad5c9d5e2224f021314b91fb2048f508a6e
Contents?: true
Size: 932 Bytes
Versions: 23
Compression:
Stored size: 932 Bytes
Contents
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; padding-top: $headings-margin-top; padding-bottom: $headings-margin-bottom; font-family: $headings-font-family; font-weight: $headings-font-weight; color: $headings-color; text-align: left; vertical-align: baseline; } @each $name, $size in $headings { h#{$name}, .h#{$name} { font-size: $size; line-height: $size * $headings-line-height; } } @each $name, $size in $font-size { .text-#{$name} { font-size: $size; line-height: $size * $headings-line-height; } } @each $name, $size in $line-height { .lh-#{$name} { line-height: $size; } } @for $n from 1 through 9 { @include font-weight-util('.fw-#{$n * 100}') { font-weight: #{$n * 100} !important; } } @each $align in $text-align { @include text-align-util('.text-#{$align}') { text-align: $align !important; } } p { width: 100%; margin: 0; }
Version data entries
23 entries across 23 versions & 1 rubygems