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/_lists.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scopes/_lists.vars.scss') diff --git a/src/scopes/_lists.vars.scss b/src/scopes/_lists.vars.scss index 8a7852d..c4a0f22 100644 --- a/src/scopes/_lists.vars.scss +++ b/src/scopes/_lists.vars.scss @@ -1,4 +1,4 @@ -@use '../props'; +@use 'iro-sass/src/props'; @use '../core.vars' as core; @use './implicit' as implicit; -- cgit v1.3.1