This commit is contained in:
Sven Ullmann 2025-07-19 23:58:24 +02:00
commit 58842c665e
69 changed files with 8357 additions and 0 deletions

10
config/_breakpoints.scss Normal file
View file

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