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

11 lines
No EOL
166 B
SCSS

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