summaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_props.scss b/src/_props.scss
index ffba054..5590aed 100644
--- a/src/_props.scss
+++ b/src/_props.scss
@@ -27,6 +27,13 @@
27 } 27 }
28 } 28 }
29 29
30 @if config.$explicit-dark-theme {
31 @include bem.theme('dark') {
32 @include props.materialize($ref, 'color');
33 @include props.materialize($ref, 'dark');
34 }
35 }
36
30 @each $theme-name in map.keys(config.$themes) { 37 @each $theme-name in map.keys(config.$themes) {
31 @if $theme-name != config.$theme-default { 38 @if $theme-name != config.$theme-default {
32 @include bem.theme(string.slice($theme-name, 3)) { 39 @include bem.theme(string.slice($theme-name, 3)) {