Sha256: 5d048732180cdb89638acced866730d5ad3313c79c29d0371c130a36679f1640
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
//* typography defauts */ html { font: em($font_size, 16) $primary_font_family; line-height: baseline($font_size); color: $primary_text; @media #{$mobile} { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ } } h1 { //font-size: 2em; // user agent default @extend %headings_1; } h2 { //font-size: 1.5em; // user agent default @extend %headings_2; } h3 { //font-size: 1.17em; // user agent default @extend %headings_3; } h4 { //font-size: 1em; // user agent default @extend %headings_4; } h5 { //font-size: 0.83em; // user agent default @extend %headings_5; } h6 { //font-size: 0.75em; // user agent default @extend %headings_6; } // Standard body text support // -------------------------------- p { margin-bottom: baseline-margin($font_size); text-indent: 0; } b { &:after { content: " "; } } // :link Pseudo-class is totally not necessary as I can tell // code here to combat legacy code a { &:link { color: $href_color; text-decoration: none; } &:hover, &:active { text-decoration: underline; } &:visited { color: $href_color; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stipe-0.0.3.6 | stylesheets/stipe/typography/_default.scss |
stipe-0.0.3.5 | stylesheets/stipe/typography/_default.scss |
stipe-0.0.3.4 | stylesheets/stipe/typography/_default.scss |