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

@include bem.component('view') {
    display: none;

    &:target {
        display: block;
    }
}