scss-framework/config/_breakpoints.scss

10 lines
138 B
SCSS
Raw Permalink Normal View History

2025-07-19 23:58:24 +02:00
$breakpoints: (
0: 0,
xs: rem(320),
s: rem(640),
m: rem(1024),
l: rem(1400),
xl: rem(1600),
xxl: rem(1800),
full: 100vw
);