Sha256: 7a241f21bf6c90f112d2cfc348506b5a2f7a785b89de9be821e9b326dac16793
Contents?: true
Size: 1.68 KB
Versions: 32
Compression:
Stored size: 1.68 KB
Contents
// Settings $font-stack-main: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif $font-stack-serif: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif $base-line-height: 22px $small-font-size: 12px $base-font-size: 14px $first-font-size: 18px $second-font-size: 26px $third-font-size: 38px $fourth-font-size: 48px // TypeCSSet settings $typecsset-h1-size: $fourth-font-size $typecsset-h2-size: $third-font-size $typecsset-h3-size: $second-font-size $typecsset-h4-size: $first-font-size $typecsset-h5-size: $base-font-size $typecsset-h6-size: $base-font-size $typecsset-base-font-size: $base-font-size $typecsset-base-line-height: $base-line-height $typecsset-show-baseline: false // Load TypeCSSet @import typecsset // Overrides h1, h2, h3 margin: 0 font-weight: 300 +space(margin-bottom) h4 font-weight: normal +space(margin-bottom) h5, h6 font-weight: bold +space(margin-bottom) html font-family: $font-stack-main font-size: $base-font-size p +space(margin-bottom) a text-decoration: underline a color: $black text-decoration: none &:hover text-decoration: underline a.active font-weight: bold blockquote font-family: $font-stack-serif font-style: italic +typecsset-font-size($first-font-size) quotes: none text-indent: 0 cite font-weight: bold font-style: normal +typecsset-font-size($base-font-size) font-family: $font-stack-main .paragraph--bigger +typecsset-font-size($first-font-size) .paragraph--no-margin margin-bottom: 0 .heading--mast +space(margin-bottom, 2) +space(margin-top, 2) .heading--normal-weight font-weight: normal
Version data entries
32 entries across 32 versions & 1 rubygems