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/_lists.scss | 98 +++++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'src/scopes/_lists.scss') diff --git a/src/scopes/_lists.scss b/src/scopes/_lists.scss index 98b1df1..fc8a577 100644 --- a/src/scopes/_lists.scss +++ b/src/scopes/_lists.scss @@ -8,53 +8,53 @@ @use 'lists.vars' as vars; @mixin styles { - @include materialize-at-root(meta.module-variables('vars')); - - @include bem.scope('lists') { - ul, - ol { - padding-inline-start: props.get(vars.$indent); - margin-block-start: props.get(vars.$margin-bs); - - ul, - ol { - margin-block-start: 0; - } - } - - ul { - list-style: disc; - } - - ol { - list-style: decimal; - } - - dl { - padding: 0; - margin-block: props.get(vars.$margin-bs) 0; - margin-inline: 0; - } - - dt { - font-weight: bold; - color: props.get(core.$theme, --heading); - } - - dd { - margin-block: 0; - margin-inline: props.get(vars.$indent) 0; - } - - @include bem.modifier('compact') { - ul, - ol { - padding-inline-start: calc(props.get(vars.$compact--indent) - 3px); - } - - dd { - margin-inline-start: calc(props.get(vars.$compact--indent) - 3px); - } - } - } + @include materialize-at-root(meta.module-variables('vars')); + + @include bem.scope('lists') { + ul, + ol { + padding-inline-start: props.get(vars.$indent); + margin-block-start: props.get(vars.$margin-bs); + + ul, + ol { + margin-block-start: 0; + } + } + + ul { + list-style: disc; + } + + ol { + list-style: decimal; + } + + dl { + padding: 0; + margin-block: props.get(vars.$margin-bs) 0; + margin-inline: 0; + } + + dt { + font-weight: bold; + color: props.get(core.$theme, --heading); + } + + dd { + margin-block: 0; + margin-inline: props.get(vars.$indent) 0; + } + + @include bem.modifier('compact') { + ul, + ol { + padding-inline-start: calc(props.get(vars.$compact--indent) - 3px); + } + + dd { + margin-inline-start: calc(props.get(vars.$compact--indent) - 3px); + } + } + } } -- cgit v1.2.3-70-g09d2