From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- src/scopes/_links.vars.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scopes/_links.vars.scss') diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index 4bf80c0..4c6cc5d 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss @@ -1,4 +1,5 @@ @use 'sass:map'; +@use 'sass:string'; @use '../props'; @use '../core.vars' as core; @@ -26,7 +27,7 @@ $key-focus--outline-color: props.def(--s-links--key-focus--outline-color, props. $static-themes: props.def(--s-links); @each $theme in map.keys(props.get(core.$transparent-colors)) { - $link-theme: #{$theme}-static; + $link-theme: --static-#{string.slice($theme, 3)}; $static-themes: props.merge($static-themes, ( $link-theme: ( -- cgit v1.3.1