diff options
author | Volpeon <git@volpeon.ink> | 2024-11-20 20:46:29 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-20 20:46:29 +0100 |
commit | 1601f183fd9e84dd3665b4b8dfef57eb9b1423ac (patch) | |
tree | 53c002cc0b210f17b43a13acd57940e7ae81df77 /src/scopes/_lists.vars.scss | |
parent | Update (diff) | |
download | iro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.tar.gz iro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.tar.bz2 iro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.zip |
Implicit style fixes
Diffstat (limited to 'src/scopes/_lists.vars.scss')
-rw-r--r-- | src/scopes/_lists.vars.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scopes/_lists.vars.scss b/src/scopes/_lists.vars.scss index f2511d8..8c46bc3 100644 --- a/src/scopes/_lists.vars.scss +++ b/src/scopes/_lists.vars.scss | |||
@@ -1,8 +1,8 @@ | |||
1 | @use 'iro-sass/src/props'; | 1 | @use 'iro-sass/src/props'; |
2 | @use '../core.vars' as core; | 2 | @use '../core.vars' as core; |
3 | @use './body' as body; | 3 | @use './implicit.vars' as implicit; |
4 | 4 | ||
5 | $indent: props.def(--s-lists--indent, calc(props.get(core.$list--indent) + 1em)) !default; | 5 | $indent: props.def(--s-lists--indent, calc(props.get(core.$list--indent) + 1em)) !default; |
6 | $margin-bs: props.def(--s-lists--margin-bs, props.get(body.$paragraph--margin-bs)) !default; | 6 | $margin-bs: props.def(--s-lists--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default; |
7 | 7 | ||
8 | $compact--indent: props.def(--s-lists--compact--indent, props.get(core.$list--compact-indent)) !default; | 8 | $compact--indent: props.def(--s-lists--compact--indent, props.get(core.$list--compact-indent)) !default; |