From 5855a6821cf5585378a70f9bee13563bdbfe2d86 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 22 Oct 2024 08:23:33 +0200 Subject: Less broad imports --- src/scopes/_tables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/scopes/_tables.scss') diff --git a/src/scopes/_tables.scss b/src/scopes/_tables.scss index 08df871..e50f134 100644 --- a/src/scopes/_tables.scss +++ b/src/scopes/_tables.scss @@ -1,5 +1,5 @@ @use 'sass:meta'; -@use 'iro-sass/src/iro-sass' as iro; +@use 'iro-sass/src/bem' as bem; @use 'iro-sass/src/props'; @use '../props' as *; @use '../objects/table.vars' as table; @@ -10,7 +10,7 @@ @mixin styles { @include materialize-at-root(meta.module-variables('vars')); - @include iro.bem-scope('tables') { + @include bem.scope('tables') { table { margin-block-start: props.get(vars.$margin-bs); border-spacing: 0; @@ -46,7 +46,7 @@ } } - @include iro.bem-modifier('flush') { + @include bem.modifier('flush') { th, td { &:first-child { @@ -59,7 +59,7 @@ } } - @include iro.bem-modifier('box') { + @include bem.modifier('box') { td { background-color: props.get(table.$box--bg-color); -- cgit v1.3.1