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

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