diff options
Diffstat (limited to 'src/_themes.scss')
-rw-r--r-- | src/_themes.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_themes.scss b/src/_themes.scss index 6fcf83b..ec9c9e4 100644 --- a/src/_themes.scss +++ b/src/_themes.scss | |||
@@ -16,7 +16,7 @@ $static-themes: 'black' 'white' !default; | |||
16 | } | 16 | } |
17 | 17 | ||
18 | @each $theme in $static-themes { | 18 | @each $theme in $static-themes { |
19 | @include iro.bem-theme($theme) { | 19 | @include iro.bem-theme(static-#{$theme}) { |
20 | color: fn.global-color(--#{$theme}-transparent --800), | 20 | color: fn.global-color(--#{$theme}-transparent --800); |
21 | } | 21 | } |
22 | } | 22 | } |