diff options
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 | } |