generated from hjess/PythonTemplateProject
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
20 lines
173 B
SCSS
20 lines
173 B
SCSS
// Misc.
|
|
$misc: (
|
|
z-index-base: 10000
|
|
);
|
|
|
|
// Duration.
|
|
$duration: (
|
|
);
|
|
|
|
// Size.
|
|
$size: (
|
|
);
|
|
|
|
// Font.
|
|
$font: (
|
|
);
|
|
|
|
// Palette.
|
|
$palette: (
|
|
); |