diff options
Diffstat (limited to 'src/_props.scss')
-rw-r--r-- | src/_props.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss index 9a1ecec..748d785 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | @each $theme-name in map.keys(config.$themes) { | 27 | @each $theme-name in map.keys(config.$themes) { |
28 | @if $theme-name != config.$theme-default { | 28 | @if $theme-name != config.$theme-default { |
29 | @include iro.bem-theme($theme-name) { | 29 | @include bem.theme($theme-name) { |
30 | @include props.materialize($ref, null); | 30 | @include props.materialize($ref, null); |
31 | 31 | ||
32 | @each $breakpoint in map.keys(media.$breakpoints) { | 32 | @each $breakpoint in map.keys(media.$breakpoints) { |