From 0577b8d19c08e4a0d99b6da615747cf801c9cb97 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 19 Nov 2024 10:19:18 +0100 Subject: Add body scope --- src/scopes/_tables.vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scopes/_tables.vars.scss') diff --git a/src/scopes/_tables.vars.scss b/src/scopes/_tables.vars.scss index 362b70f..ded6b80 100644 --- a/src/scopes/_tables.vars.scss +++ b/src/scopes/_tables.vars.scss @@ -1,4 +1,4 @@ @use 'iro-sass/src/props'; -@use 'implicit.vars' as implicit; +@use 'body.vars' as body; -$margin-bs: props.def(--s-tables--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default; +$margin-bs: props.def(--s-tables--margin-bs, props.get(body.$paragraph--margin-bs)) !default; -- cgit v1.2.3-70-g09d2