summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_view.scss
blob: 80862805b6464a6062d29c9a8964038cb9379e35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@use 'iro-sass/src/index' as iro;
@use '../../src/functions' as fn;

@include iro.props-namespace('view') {
    @include iro.bem-component(iro.props-namespace()) {
        display: none;

        &:target {
            display: block;
        }
    }
}