sass-site/source/assets/sass/components/_playground.scss

13 lines
287 B
SCSS
Raw Normal View History

2023-05-31 18:10:09 +02:00
@use '../breakpoints';
// Use h2 sizes for condensed header
.sl-r-banner-playground h1 {
@include breakpoints.sl-breakpoint--medium {
--h1-size: var(--sl-font-size--xx-large);
}
@include breakpoints.sl-breakpoint--large {
--h1-size: var(--sl-font-size--xxx-large);
}
}