From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- src_demo/components/_view.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src_demo/components/_view.scss') diff --git a/src_demo/components/_view.scss b/src_demo/components/_view.scss index c0547d3..9516b12 100644 --- a/src_demo/components/_view.scss +++ b/src_demo/components/_view.scss @@ -1,12 +1,9 @@ @use 'iro-sass/src/iro-sass' as iro; -@use '../../src/functions' as fn; -@include iro.props-namespace('view') { - @include iro.bem-component(iro.props-namespace()) { - display: none; +@include iro.bem-component('view') { + display: none; - &:target { - display: block; - } + &:target { + display: block; } } -- cgit v1.3.1