summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_sidebar.scss
blob: 454284745e11a5ad419b39bf79656568d2103720 (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;
}