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