1 2 3 4 5 6 7 8 9
@use "pkg:iro-sass/bem"; @include bem.component("view") { display: none; &:target { display: block; } }