diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-19 17:14:45 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-19 17:14:45 +0200 |
| commit | c41e16f6044548e27fbf8e4ef65ed3067278c80b (patch) | |
| tree | 90033bba112417a1b7fa833f6a307df56b9799dd /src_demo/components/_view.scss | |
| parent | Update (diff) | |
| download | iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.tar.gz iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.tar.bz2 iro-design-c41e16f6044548e27fbf8e4ef65ed3067278c80b.zip | |
Update
Diffstat (limited to 'src_demo/components/_view.scss')
| -rw-r--r-- | src_demo/components/_view.scss | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src_demo/components/_view.scss b/src_demo/components/_view.scss index c0547d3..9516b12 100644 --- a/src_demo/components/_view.scss +++ b/src_demo/components/_view.scss | |||
| @@ -1,12 +1,9 @@ | |||
| 1 | @use 'iro-sass/src/iro-sass' as iro; | 1 | @use 'iro-sass/src/iro-sass' as iro; |
| 2 | @use '../../src/functions' as fn; | ||
| 3 | 2 | ||
| 4 | @include iro.props-namespace('view') { | 3 | @include iro.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 | } |
