From 890019c46bf9ae6bdd4d179c729a3ef6df929987 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 27 Jul 2025 10:29:26 +0200 Subject: Add explicit dark theme --- src/_props.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/_props.scss') diff --git a/src/_props.scss b/src/_props.scss index ffba054..138b564 100644 --- a/src/_props.scss +++ b/src/_props.scss @@ -27,6 +27,11 @@ } } + @include bem.theme('dark') { + @include props.materialize($ref, 'color'); + @include props.materialize($ref, 'dark'); + } + @each $theme-name in map.keys(config.$themes) { @if $theme-name != config.$theme-default { @include bem.theme(string.slice($theme-name, 3)) { -- cgit v1.2.3-70-g09d2