blob: 6b7eaf0b41ab37bde24173717962668eda8a19dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
@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;
}
}
|