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

11
config/_grid.scss Normal file
View file

@ -0,0 +1,11 @@
@import '../function/rem';
$gridHeight: (
xs: rem(80),
s: rem(160),
m: rem(320),
l: rem(480),
xl: rem(640),
xxl: rem(780),
full: 100vh
);