mirror of
https://github.com/danog/sass-site.git
synced 2025-01-06 04:59:18 +01:00
15 lines
257 B
SCSS
15 lines
257 B
SCSS
@use '../config';
|
|
|
|
.sl-c-introduction {
|
|
color: var(--sl-color--patina);
|
|
font-weight: var(--sl-font-weight--light);
|
|
|
|
@include config.sl-breakpoint--medium {
|
|
font-size: var(--sl-font-size--xx-large);
|
|
}
|
|
|
|
&--center {
|
|
text-align: center;
|
|
}
|
|
}
|