summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_sidebar.scss
blob: 5eb72a02f94d7431dab7d6739b9e1ffaada4797b (plain) (blame)
1
2
3
4
5
6
7
@use 'pkg:iro-sass/bem';

@include bem.component('sidebar') {
    grid-area:        sidebar;
    min-inline-size:  15em;
    min-block-size:   0;
}