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

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