You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
318 B
SCSS
16 lines
318 B
SCSS
{{ $params := . }}
|
|
|
|
{{ $color := $params.color }}
|
|
{{ $colorscheme := $params.color_scheme }}
|
|
|
|
{{ $auto := and (not (eq $colorscheme "dark")) (not (eq $colorscheme "light")) }}
|
|
|
|
{{ if $auto }}
|
|
$color-mode-type: media-query;
|
|
{{ end }}
|
|
|
|
$breadcrumb-divider: quote("·");
|
|
$primary: {{ $color }};
|
|
|
|
@import "bootstrap";
|