diff options
author | Volpeon <git@volpeon.ink> | 2024-11-29 23:32:33 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-29 23:32:33 +0100 |
commit | 2eb3a3620c2f988eb66adf1bdc9fceff53e21aed (patch) | |
tree | 1a1b5f4108ab6c248ed0132243bbab10ca3e352a | |
parent | Fix (diff) | |
download | iro-design-2eb3a3620c2f988eb66adf1bdc9fceff53e21aed.tar.gz iro-design-2eb3a3620c2f988eb66adf1bdc9fceff53e21aed.tar.bz2 iro-design-2eb3a3620c2f988eb66adf1bdc9fceff53e21aed.zip |
Fix
-rw-r--r-- | src/scopes/_implicit.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 5c5f6e3..9bd411a 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
@@ -159,9 +159,7 @@ | |||
159 | } | 159 | } |
160 | 160 | ||
161 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 161 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
162 | $theme-name: static-#{string.slice($theme, 3)}; | 162 | .t-static-#{string.slice($theme, 3)} { |
163 | |||
164 | @include bem.theme($theme-name) { | ||
165 | h1, | 163 | h1, |
166 | h2, | 164 | h2, |
167 | h3, | 165 | h3, |