mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
9 lines
201 B
SCSS
9 lines
201 B
SCSS
|
.sl-c-introduction {
|
||
|
color: $sl-color--patina;
|
||
|
font-weight: $sl-font-weight--light;
|
||
|
|
||
|
@include sl-breakpoint--medium { font-size: $sl-font-size--xx-large; }
|
||
|
|
||
|
&--center { text-align: center; }
|
||
|
}
|