summaryrefslogtreecommitdiffstats
path: root/src_demo
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-07-22 07:55:43 +0200
committerVolpeon <git@volpeon.ink>2026-07-22 07:55:43 +0200
commit5216739cf9b084f7388d687b84044f522d267cbf (patch)
tree8619118c495fbe8f8aaf6680d1f391990ccb5feb /src_demo
parentUse pkg: to import include-media (diff)
downloadiro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.gz
iro-design-5216739cf9b084f7388d687b84044f522d267cbf.tar.bz2
iro-design-5216739cf9b084f7388d687b84044f522d267cbf.zip
Use iro-sass via pkg:
Diffstat (limited to 'src_demo')
-rw-r--r--src_demo/components/_box.scss4
-rw-r--r--src_demo/components/_content.scss2
-rw-r--r--src_demo/components/_sidebar.scss2
-rw-r--r--src_demo/components/_view.scss2
4 files changed, 5 insertions, 5 deletions
diff --git a/src_demo/components/_box.scss b/src_demo/components/_box.scss
index d40a8b2..20e3bcd 100644
--- a/src_demo/components/_box.scss
+++ b/src_demo/components/_box.scss
@@ -1,5 +1,5 @@
1@use 'iro-sass/src/bem'; 1@use 'pkg:iro-sass/src/bem';
2@use 'iro-sass/src/props'; 2@use 'pkg:iro-sass/src/props';
3@use '../../src/core.vars'; 3@use '../../src/core.vars';
4 4
5@include bem.component('box') { 5@include bem.component('box') {
diff --git a/src_demo/components/_content.scss b/src_demo/components/_content.scss
index 026b0ec..acfccbe 100644
--- a/src_demo/components/_content.scss
+++ b/src_demo/components/_content.scss
@@ -1,4 +1,4 @@
1@use 'iro-sass/src/bem'; 1@use 'pkg:iro-sass/src/bem';
2 2
3@include bem.component('content') { 3@include bem.component('content') {
4 grid-area: content; 4 grid-area: content;
diff --git a/src_demo/components/_sidebar.scss b/src_demo/components/_sidebar.scss
index da5d27c..7643d07 100644
--- a/src_demo/components/_sidebar.scss
+++ b/src_demo/components/_sidebar.scss
@@ -1,4 +1,4 @@
1@use 'iro-sass/src/bem'; 1@use 'pkg:iro-sass/src/bem';
2 2
3@include bem.component('sidebar') { 3@include bem.component('sidebar') {
4 grid-area: sidebar; 4 grid-area: sidebar;
diff --git a/src_demo/components/_view.scss b/src_demo/components/_view.scss
index 95e9db5..8d80995 100644
--- a/src_demo/components/_view.scss
+++ b/src_demo/components/_view.scss
@@ -1,4 +1,4 @@
1@use 'iro-sass/src/bem'; 1@use 'pkg:iro-sass/src/bem';
2 2
3@include bem.component('view') { 3@include bem.component('view') {
4 display: none; 4 display: none;