@use 'iro-sass/src/index' as iro; @use '../../src/functions' as fn; @include iro.props-namespace('sidebar') { @include iro.bem-component(iro.props-namespace()) { grid-area: sidebar; min-width: 15em; min-height: 0; } }