This commit is contained in:
2023-08-11 00:24:50 +02:00
commit 5729e4a33a
77 changed files with 4183 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
header: 0.5s
);
// Size.
$size: (
header: 275px
);
// Font.
$font: (
);
// Palette.
$palette: (
);