From f441e288cb6d33e2338ab8047053022b81c9aa0b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 18 Oct 2024 20:41:38 +0200 Subject: Update --- src/scopes/_tables.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scopes/_tables.vars.scss') diff --git a/src/scopes/_tables.vars.scss b/src/scopes/_tables.vars.scss index 2d7fed1..cdaca64 100644 --- a/src/scopes/_tables.vars.scss +++ b/src/scopes/_tables.vars.scss @@ -1,5 +1,5 @@ @use '../props'; -@use '../core'; +@use '../core.vars' as core; $indent: props.def(--s-lists--indent, calc(props.get(core.$list--indent) + 1em)) !default; $margin-bs: props.def(--s-lists--margin-bs, props.get(core.$paragraph--margin-bs)) !default; -- cgit v1.3.1