Initial commit

This commit is contained in:
Paul-Henri Froidmont 2020-07-20 23:04:35 +02:00
commit 7a09097e5e
68 changed files with 6446 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: (
);