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.

14 lines
296 B
SCSS

{{ $params := . }}
{{ $color := $params.color }}
{{ $colorscheme := $params.color_scheme }}
{{ if and (not (eq $colorscheme "dark")) (not (eq $colorscheme "light")) }}
$color-mode-type: media-query;
{{ end }}
$breadcrumb-divider: quote("·");
$primary: {{ $color }};
@import "bootstrap";