summaryrefslogtreecommitdiffstats
path: root/src/scopes/_tables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes/_tables.scss')
-rw-r--r--src/scopes/_tables.scss4
1 files changed, 3 insertions, 1 deletions
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 @@
1@use 'sass:map'; 1@use 'sass:meta';
2@use 'iro-sass/src/iro-sass' as iro; 2@use 'iro-sass/src/iro-sass' as iro;
3@use '../props'; 3@use '../props';
4@use '../objects/table.vars' as table; 4@use '../objects/table.vars' as table;
@@ -7,6 +7,8 @@
7@use 'tables.vars' as vars; 7@use 'tables.vars' as vars;
8 8
9@mixin styles { 9@mixin styles {
10 @include props.materialize(meta.module-variables('vars'));
11
10 @include iro.bem-scope('tables') { 12 @include iro.bem-scope('tables') {
11 table { 13 table {
12 margin-block-start: props.get(vars.$margin-bs); 14 margin-block-start: props.get(vars.$margin-bs);