LJ/doc/assets/sass/libs/_vars.scss

22 lines
206 B
SCSS
Raw Normal View History

2023-06-03 12:43:53 +00:00
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
header: 0.5s
);
// Size.
$size: (
header: 275px
);
// Font.
$font: (
);
// Palette.
$palette: (
);