mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
12 lines
255 B
SCSS
12 lines
255 B
SCSS
|
// ===========================================================================
|
||
|
// HEADINGS
|
||
|
|
||
|
|
||
|
|
||
|
h1 {
|
||
|
@extend %heading-text;
|
||
|
@extend %chaparral-pro-light;
|
||
|
@include font-size($font-size-larger);
|
||
|
letter-spacing: -0.05em;
|
||
|
color: $heading-text-color;
|
||
|
}
|