@use 'iro-sass/src/bem';

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