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/_headings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scopes/_headings.scss') diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index f6f62c3..c786a75 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss @@ -1,6 +1,6 @@ @use 'sass:map'; @use 'iro-sass/src/iro-sass' as iro; -@use '../props'; +@use 'iro-sass/src/props'; @use '../objects/heading.vars' as heading; @mixin styles { -- cgit v1.3.1