From 6a332a1def2eb2a27de63462ffc1c62c794dedf8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 20 Oct 2024 11:27:12 +0200 Subject: Fix props imports --- 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 17c9eb4..362b70f 100644 --- a/src/scopes/_tables.vars.scss +++ b/src/scopes/_tables.vars.scss @@ -1,4 +1,4 @@ -@use '../props'; +@use 'iro-sass/src/props'; @use 'implicit.vars' as implicit; $margin-bs: props.def(--s-tables--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default; -- cgit v1.3.1