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.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scopes/_tables.scss b/src/scopes/_tables.scss
index 54e3a12..08df871 100644
--- a/src/scopes/_tables.scss
+++ b/src/scopes/_tables.scss
@@ -1,13 +1,14 @@
1@use 'sass:meta'; 1@use 'sass:meta';
2@use 'iro-sass/src/iro-sass' as iro; 2@use 'iro-sass/src/iro-sass' as iro;
3@use 'iro-sass/src/props'; 3@use 'iro-sass/src/props';
4@use '../props' as *;
4@use '../objects/table.vars' as table; 5@use '../objects/table.vars' as table;
5 6
6@forward 'tables.vars'; 7@forward 'tables.vars';
7@use 'tables.vars' as vars; 8@use 'tables.vars' as vars;
8 9
9@mixin styles { 10@mixin styles {
10 @include props.materialize(meta.module-variables('vars')); 11 @include materialize-at-root(meta.module-variables('vars'));
11 12
12 @include iro.bem-scope('tables') { 13 @include iro.bem-scope('tables') {
13 table { 14 table {