From 0936b9e3ccf24671f259f97c3527f14812a04949 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 19:18:17 +0200 Subject: Fix --- src/scopes/_tables.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/scopes/_tables.scss') diff --git a/src/scopes/_tables.scss b/src/scopes/_tables.scss index f285207..b76baa3 100644 --- a/src/scopes/_tables.scss +++ b/src/scopes/_tables.scss @@ -1,4 +1,4 @@ -@use 'sass:map'; +@use 'sass:meta'; @use 'iro-sass/src/iro-sass' as iro; @use '../props'; @use '../objects/table.vars' as table; @@ -7,6 +7,8 @@ @use 'tables.vars' as vars; @mixin styles { + @include props.materialize(meta.module-variables('vars')); + @include iro.bem-scope('tables') { table { margin-block-start: props.get(vars.$margin-bs); -- cgit v1.3.1