summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_content.scss
blob: 026b0ec73bdc91fab0d6a6f49bdae99ba849f887 (plain) (blame)
1
2
3
4
5
6
@use 'iro-sass/src/bem';

@include bem.component('content') {
    grid-area: content;
    overflow:  auto;
}