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/objects/_status-indicator.vars.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/objects/_status-indicator.vars.scss') diff --git a/src/objects/_status-indicator.vars.scss b/src/objects/_status-indicator.vars.scss index 6289145..55b446a 100644 --- a/src/objects/_status-indicator.vars.scss +++ b/src/objects/_status-indicator.vars.scss @@ -9,18 +9,18 @@ $default: props.def(--o-status-indicator--default, props.get(core.$theme, --bord $primary: props.def(--o-status-indicator--primary, props.get(core.$theme, --text), 'color') !default; $themes-config: ( - accent: --accent, - positive: --positive, - negative: --negative, - warning: --warning, + accent: --accent, + positive: --positive, + negative: --negative, + warning: --warning, ) !default; $themes: props.def(--o-status-indicator, (), 'color'); @each $theme, $key in $themes-config { - @if $theme != --base { - $themes: props.merge($themes, ( - --#{$theme}: props.get(core.$theme, $key, --700), - )); - } + @if $theme != --base { + $themes: props.merge($themes, ( + --#{$theme}: props.get(core.$theme, $key, --700), + )); + } } -- cgit v1.2.3-70-g09d2