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/_sidebar.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src_demo/components/_sidebar.scss') diff --git a/src_demo/components/_sidebar.scss b/src_demo/components/_sidebar.scss index b9f8730..4cce9b8 100644 --- a/src_demo/components/_sidebar.scss +++ b/src_demo/components/_sidebar.scss @@ -1,10 +1,7 @@ @use 'iro-sass/src/iro-sass' as iro; -@use '../../src/functions' as fn; -@include iro.props-namespace('sidebar') { - @include iro.bem-component(iro.props-namespace()) { - grid-area: sidebar; - min-inline-size: 15em; - min-block-size: 0; - } +@include iro.bem-component('sidebar') { + grid-area: sidebar; + min-inline-size: 15em; + min-block-size: 0; } -- cgit v1.2.3-70-g09d2