diff options
Diffstat (limited to 'src/scopes')
-rw-r--r-- | src/scopes/_implicit.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 2c3411a..5c5f6e3 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
@@ -1,5 +1,7 @@ | |||
1 | @use 'sass:map'; | ||
1 | @use 'sass:math'; | 2 | @use 'sass:math'; |
2 | @use 'sass:meta'; | 3 | @use 'sass:meta'; |
4 | @use 'sass:string'; | ||
3 | @use 'iro-sass/src/bem'; | 5 | @use 'iro-sass/src/bem'; |
4 | @use 'iro-sass/src/props'; | 6 | @use 'iro-sass/src/props'; |
5 | @use '../props' as *; | 7 | @use '../props' as *; |
@@ -159,7 +161,7 @@ | |||
159 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 161 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
160 | $theme-name: static-#{string.slice($theme, 3)}; | 162 | $theme-name: static-#{string.slice($theme, 3)}; |
161 | 163 | ||
162 | @include bem.at-theme($theme-name) { | 164 | @include bem.theme($theme-name) { |
163 | h1, | 165 | h1, |
164 | h2, | 166 | h2, |
165 | h3, | 167 | h3, |