summaryrefslogtreecommitdiffstats
path: root/src/scopes/_lists.vars.scss
blob: c4a0f22185568b5ff482d4d34a64cc7b9045ef39 (plain) (blame)
1
2
3
4
5
6
7
8
@use 'iro-sass/src/props';
@use '../core.vars' as core;
@use './implicit' as implicit;

$indent:    props.def(--s-lists--indent, calc(props.get(core.$list--indent) + 1em)) !default;
$margin-bs: props.def(--s-lists--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default;

$compact--indent: props.def(--s-lists--compact--indent, props.get(core.$list--compact-indent)) !default;