diff options
author | Volpeon <git@volpeon.ink> | 2024-10-22 08:23:33 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-22 08:23:33 +0200 |
commit | 5855a6821cf5585378a70f9bee13563bdbfe2d86 (patch) | |
tree | 0ee25906c9e73912137a56b7d6214c89bf43e8a6 /src_demo/components/_content.scss | |
parent | Update (diff) | |
download | iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.gz iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.tar.bz2 iro-design-5855a6821cf5585378a70f9bee13563bdbfe2d86.zip |
Less broad imports
Diffstat (limited to 'src_demo/components/_content.scss')
-rw-r--r-- | src_demo/components/_content.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src_demo/components/_content.scss b/src_demo/components/_content.scss index cd38954..81b4598 100644 --- a/src_demo/components/_content.scss +++ b/src_demo/components/_content.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'iro-sass/src/iro-sass' as iro; | 1 | @use 'iro-sass/src/bem' as bem; |
2 | 2 | ||
3 | @include iro.bem-component('content') { | 3 | @include bem.component('content') { |
4 | grid-area: content; | 4 | grid-area: content; |
5 | overflow: auto; | 5 | overflow: auto; |
6 | } | 6 | } |