summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-29 23:29:31 +0100
committerVolpeon <git@volpeon.ink>2024-11-29 23:29:31 +0100
commit8a9440994f15ae3db5376b43719b87b7a1cf6219 (patch)
treea9fe743c463c68fc6879f67a148103ab449cebc9
parentStatic themes (diff)
downloadiro-design-8a9440994f15ae3db5376b43719b87b7a1cf6219.tar.gz
iro-design-8a9440994f15ae3db5376b43719b87b7a1cf6219.tar.bz2
iro-design-8a9440994f15ae3db5376b43719b87b7a1cf6219.zip
Fix
-rw-r--r--src/_themes.scss1
-rw-r--r--src/scopes/_implicit.scss4
2 files changed, 4 insertions, 1 deletions
diff --git a/src/_themes.scss b/src/_themes.scss
index 1a4f36a..9b868f3 100644
--- a/src/_themes.scss
+++ b/src/_themes.scss
@@ -1,4 +1,5 @@
1@use 'sass:map'; 1@use 'sass:map';
2@use 'sass:string';
2@use 'iro-sass/src/bem'; 3@use 'iro-sass/src/bem';
3@use 'iro-sass/src/props'; 4@use 'iro-sass/src/props';
4@use 'include-media/dist/include-media' as media; 5@use 'include-media/dist/include-media' as media;
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,