diff options
-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, |