summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-30 11:14:14 +0200
committerVolpeon <git@volpeon.ink>2024-06-30 11:14:14 +0200
commitcc7d382fd068faa15f7c71f154b91590fcb89e73 (patch)
treea9e3ede5fc969e517a571eae6ffb3c498b242f34 /src
parentFix (diff)
downloadiro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.tar.gz
iro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.tar.bz2
iro-design-cc7d382fd068faa15f7c71f154b91590fcb89e73.zip
Fix static theme
Diffstat (limited to 'src')
-rw-r--r--src/_themes.scss4
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}