scss-framework/config/_breakpoints.scss
Sven Ullmann 58842c665e init
2025-07-19 23:58:24 +02:00

10 lines
No EOL
138 B
SCSS

$breakpoints: (
0: 0,
xs: rem(320),
s: rem(640),
m: rem(1024),
l: rem(1400),
xl: rem(1600),
xxl: rem(1800),
full: 100vw
);