mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
8 lines
178 B
SCSS
8 lines
178 B
SCSS
._modernizr {
|
|
h2 { @extend %block-heading; }
|
|
h3 { @extend %block-label, %label-blue; }
|
|
h4 { font-size: 1em; }
|
|
|
|
code { @extend %label; }
|
|
blockquote { @extend %note; }
|
|
}
|