diff options
author | Volpeon <git@volpeon.ink> | 2024-06-30 11:14:14 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-06-30 11:14:14 +0200 |
commit | cc7d382fd068faa15f7c71f154b91590fcb89e73 (patch) | |
tree | a9e3ede5fc969e517a571eae6ffb3c498b242f34 | |
parent | Fix (diff) | |
download | iro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.tar.gz iro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.tar.bz2 iro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.zip |
Fix static theme
-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 | } |