summaryrefslogtreecommitdiffstats
path: root/src/_themes.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-29 23:42:09 +0100
committerVolpeon <git@volpeon.ink>2024-11-29 23:42:09 +0100
commitc9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e (patch)
tree57d6d59a6c6d95fdf8908a7f9ddbc39773822651 /src/_themes.scss
parentFix (diff)
downloadiro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.tar.gz
iro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.tar.bz2
iro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.zip
Static themes fix
Diffstat (limited to 'src/_themes.scss')
-rw-r--r--src/_themes.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/_themes.scss b/src/_themes.scss
index 9b868f3..caf1e80 100644
--- a/src/_themes.scss
+++ b/src/_themes.scss
@@ -71,13 +71,4 @@
71 } 71 }
72 } 72 }
73 } 73 }
74
75 @each $theme in map.keys(props.get(vars.$transparent-colors)) {
76 $theme-name: static-#{string.slice($theme, 3)};
77
78 @include bem.theme($theme-name) {
79 color: props.get(vars.$transparent-colors, $theme, --text);
80 background-color: props.get(vars.$transparent-colors, $theme, --900);
81 }
82 }
83} 74}