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/_content.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/_content.scss')
| -rw-r--r-- | src_demo/components/_content.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src_demo/components/_content.scss b/src_demo/components/_content.scss index 262b116..cd38954 100644 --- a/src_demo/components/_content.scss +++ b/src_demo/components/_content.scss | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | @use 'iro-sass/src/iro-sass' as iro; | 1 | @use 'iro-sass/src/iro-sass' as iro; |
| 2 | 2 | ||
| 3 | @include iro.props-namespace('content') { | 3 | @include iro.bem-component('content') { |
| 4 | @include iro.bem-component(iro.props-namespace()) { | 4 | grid-area: content; |
| 5 | grid-area: content; | 5 | overflow: auto; |
| 6 | overflow: auto; | ||
| 7 | } | ||
| 8 | } | 6 | } |
