summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src_demo/components/_view.scss')
-rw-r--r--src_demo/components/_view.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src_demo/components/_view.scss b/src_demo/components/_view.scss
index 9516b12..446de7e 100644
--- a/src_demo/components/_view.scss
+++ b/src_demo/components/_view.scss
@@ -1,6 +1,6 @@
1@use 'iro-sass/src/iro-sass' as iro; 1@use 'iro-sass/src/bem' as bem;
2 2
3@include iro.bem-component('view') { 3@include bem.component('view') {
4 display: none; 4 display: none;
5 5
6 &:target { 6 &:target {