diff options
Diffstat (limited to 'src_demo/components/_view.scss')
| -rw-r--r-- | src_demo/components/_view.scss | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src_demo/components/_view.scss b/src_demo/components/_view.scss index 8086280..95e9db5 100644 --- a/src_demo/components/_view.scss +++ b/src_demo/components/_view.scss | |||
| @@ -1,12 +1,9 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | 1 | @use 'iro-sass/src/bem'; |
| 2 | @use '../../src/functions' as fn; | ||
| 3 | 2 | ||
| 4 | @include iro.props-namespace('view') { | 3 | @include bem.component('view') { |
| 5 | @include iro.bem-component(iro.props-namespace()) { | 4 | display: none; |
| 6 | display: none; | ||
| 7 | 5 | ||
| 8 | &:target { | 6 | &:target { |
| 9 | display: block; | 7 | display: block; |
| 10 | } | ||
| 11 | } | 8 | } |
| 12 | } | 9 | } |
