diff options
Diffstat (limited to 'src/scopes')
-rw-r--r-- | src/scopes/_links.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scopes/_links.scss b/src/scopes/_links.scss index 69793b2..81412aa 100644 --- a/src/scopes/_links.scss +++ b/src/scopes/_links.scss | |||
@@ -1,5 +1,6 @@ | |||
1 | @use 'sass:map'; | 1 | @use 'sass:map'; |
2 | @use 'sass:meta'; | 2 | @use 'sass:meta'; |
3 | @use 'sass:string'; | ||
3 | @use 'iro-sass/src/iro-sass' as iro; | 4 | @use 'iro-sass/src/iro-sass' as iro; |
4 | @use '../props'; | 5 | @use '../props'; |
5 | 6 | ||
@@ -66,7 +67,7 @@ | |||
66 | } | 67 | } |
67 | 68 | ||
68 | @each $theme in map.keys(props.get(vars.$static-themes)) { | 69 | @each $theme in map.keys(props.get(vars.$static-themes)) { |
69 | @include iro.bem-modifier($theme) { | 70 | @include iro.bem-modifier(string.slice($theme, 3)) { |
70 | :link, | 71 | :link, |
71 | :visited { | 72 | :visited { |
72 | color: props.get(vars.$static-themes, $theme, --text-color); | 73 | color: props.get(vars.$static-themes, $theme, --text-color); |