From fe8b951c39a13e6bb83c7b46b4761c71761ff0d9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 27 Jul 2025 11:51:37 +0200 Subject: Add option for explicit dark theme --- src/_core.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_core.scss') diff --git a/src/_core.scss b/src/_core.scss index 7c37518..2eb04fc 100644 --- a/src/_core.scss +++ b/src/_core.scss @@ -21,7 +21,7 @@ } } - @if map.has-key($theme, 'dark') { + @if map.has-key($theme, 'dark') and config.$explicit-dark-theme { @include bem.theme('dark') { @include props.materialize(map.values(meta.module-variables('vars'))); @include props.materialize(map.get($theme, 'dark')); -- cgit v1.2.3-70-g09d2