summaryrefslogtreecommitdiffstats
path: root/src_demo
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-20 11:27:12 +0200
committerVolpeon <git@volpeon.ink>2024-10-20 11:27:12 +0200
commit6a332a1def2eb2a27de63462ffc1c62c794dedf8 (patch)
treeb8e2c13f18ee26e3a56666d9c204657732281afb /src_demo
parentAllow removing of theme variants in config (diff)
downloadiro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.tar.gz
iro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.tar.bz2
iro-design-6a332a1def2eb2a27de63462ffc1c62c794dedf8.zip
Fix props imports
Diffstat (limited to 'src_demo')
-rw-r--r--src_demo/components/_box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_demo/components/_box.scss b/src_demo/components/_box.scss
index ac217c0..8edcb0e 100644
--- a/src_demo/components/_box.scss
+++ b/src_demo/components/_box.scss
@@ -1,5 +1,5 @@
1@use 'iro-sass/src/iro-sass' as iro; 1@use 'iro-sass/src/iro-sass' as iro;
2@use '../../src/props'; 2@use 'iro-sass/src/props';
3@use '../../src/core.vars'; 3@use '../../src/core.vars';
4 4
5@include iro.bem-component('box') { 5@include iro.bem-component('box') {