From 41b0d0497988274057fc2512c822a6bc9d2d3ebd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 6 Aug 2025 16:40:56 +0200 Subject: Switch to tab indentation --- src/scopes/_links.vars.scss | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/scopes/_links.vars.scss') diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index ac7815a..c69cc32 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss @@ -28,22 +28,22 @@ $key-focus--outline-color: props.def(--s-links--key-focus--outline-color, props. $static-themes: props.def(--s-links, (), 'color'); @each $theme in map.keys(props.get(core.$transparent-colors)) { - $link-theme: --static-#{string.slice($theme, 3)}; - - $static-themes: props.merge($static-themes, ( - $link-theme: ( - --text-color: currentColor, - --underline-color: props.get(core.$transparent-colors, $theme, --500), - - --hover: ( - --text-color: props.get(core.$transparent-colors, $theme, --900), - ), - - --key-focus: ( - --text-color: props.get(core.$transparent-colors, $theme, --900), - --border-color: props.get(core.$transparent-colors, $theme, --900), - --outline-color: props.get(core.$transparent-colors, $theme, --300), - ), - ) - )); + $link-theme: --static-#{string.slice($theme, 3)}; + + $static-themes: props.merge($static-themes, ( + $link-theme: ( + --text-color: currentColor, + --underline-color: props.get(core.$transparent-colors, $theme, --500), + + --hover: ( + --text-color: props.get(core.$transparent-colors, $theme, --900), + ), + + --key-focus: ( + --text-color: props.get(core.$transparent-colors, $theme, --900), + --border-color: props.get(core.$transparent-colors, $theme, --900), + --outline-color: props.get(core.$transparent-colors, $theme, --300), + ), + ) + )); } -- cgit v1.2.3-70-g09d2