summaryrefslogtreecommitdiffstats
path: root/src_demo/components/_view.scss
blob: 95e9db5543c4ae123bfc17d8e5aa4377e2a00c28 (plain) (blame)
1
2
3
4
5
6
7
8
9
@use 'iro-sass/src/bem';

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

    &:target {
        display: block;
    }
}