summaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss5
1 files changed, 5 insertions, 0 deletions
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 @@
27 } 27 }
28 } 28 }
29 29
30 @include bem.theme('dark') {
31 @include props.materialize($ref, 'color');
32 @include props.materialize($ref, 'dark');
33 }
34
30 @each $theme-name in map.keys(config.$themes) { 35 @each $theme-name in map.keys(config.$themes) {
31 @if $theme-name != config.$theme-default { 36 @if $theme-name != config.$theme-default {
32 @include bem.theme(string.slice($theme-name, 3)) { 37 @include bem.theme(string.slice($theme-name, 3)) {