diff options
author | Volpeon <git@volpeon.ink> | 2024-10-19 19:18:17 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-19 19:18:17 +0200 |
commit | 0936b9e3ccf24671f259f97c3527f14812a04949 (patch) | |
tree | 0248eb3b6d05280fc23a8ffe230ffdc64c3bda9f /src/scopes/_tables.scss | |
parent | Fixes (diff) | |
download | iro-design-0936b9e3ccf24671f259f97c3527f14812a04949.tar.gz iro-design-0936b9e3ccf24671f259f97c3527f14812a04949.tar.bz2 iro-design-0936b9e3ccf24671f259f97c3527f14812a04949.zip |
Fix
Diffstat (limited to 'src/scopes/_tables.scss')
-rw-r--r-- | src/scopes/_tables.scss | 4 |
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); |