From dc2a4ea99b535b97bfbf5b6b8d69ec8dab023b10 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 18 Oct 2024 23:40:20 +0200 Subject: Update --- src/scopes/_links.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scopes/_links.scss') 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 @@ @use 'sass:map'; @use 'sass:meta'; +@use 'sass:string'; @use 'iro-sass/src/iro-sass' as iro; @use '../props'; @@ -66,7 +67,7 @@ } @each $theme in map.keys(props.get(vars.$static-themes)) { - @include iro.bem-modifier($theme) { + @include iro.bem-modifier(string.slice($theme, 3)) { :link, :visited { color: props.get(vars.$static-themes, $theme, --text-color); -- cgit v1.2.3-70-g09d2