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