diff options
Diffstat (limited to 'src/_props.scss')
-rw-r--r-- | src/_props.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/_props.scss b/src/_props.scss index 138b564..5590aed 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
@@ -27,9 +27,11 @@ | |||
27 | } | 27 | } |
28 | } | 28 | } |
29 | 29 | ||
30 | @include bem.theme('dark') { | 30 | @if config.$explicit-dark-theme { |
31 | @include props.materialize($ref, 'color'); | 31 | @include bem.theme('dark') { |
32 | @include props.materialize($ref, 'dark'); | 32 | @include props.materialize($ref, 'color'); |
33 | @include props.materialize($ref, 'dark'); | ||
34 | } | ||
33 | } | 35 | } |
34 | 36 | ||
35 | @each $theme-name in map.keys(config.$themes) { | 37 | @each $theme-name in map.keys(config.$themes) { |