diff options
author | Volpeon <git@volpeon.ink> | 2024-11-29 23:42:09 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-29 23:42:09 +0100 |
commit | c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e (patch) | |
tree | 57d6d59a6c6d95fdf8908a7f9ddbc39773822651 /src/_themes.scss | |
parent | Fix (diff) | |
download | iro-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.scss | 9 |
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 | } |