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

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

        &:target {
            display: block;
        }
    }
}