Sha256: 3b3b2b957c14b95a175c199f22bf0b3c637057d6a2fa76ee31d14ddcc85018a5
Contents?: true
Size: 689 Bytes
Versions: 4
Compression:
Stored size: 689 Bytes
Contents
// // Typography // // stylelint-disable primer/selector-no-utility, primer/no-override, selector-no-type, selector-max-type h1, .text-alpha { @include fs-8; font-weight: 300; } h2, .text-beta { @include fs-6; } h3, .text-gamma { @include fs-5; } h4, .text-delta { @include fs-2; font-weight: 300; text-transform: uppercase; letter-spacing: 0.1em; } h5, .text-epsilon { @include fs-3; color: $grey-dk-200; } h6, .text-zeta { @include fs-2; color: $grey-dk-200; } li { .highlight { margin-top: $sp-2; } } .text-small { @include fs-2; } .text-mono { font-family: $mono-font-family !important; } .text-center { text-align: center !important; }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
just-the-docs-0.2.8 | _sass/typography.scss |
just-the-docs-0.2.7 | _sass/typography.scss |
just-the-docs-0.2.6 | _sass/typography.scss |
just-the-docs-0.2.5 | _sass/typography.scss |