diff options
Diffstat (limited to 'src/scopes/_tables.vars.scss')
-rw-r--r-- | src/scopes/_tables.vars.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scopes/_tables.vars.scss b/src/scopes/_tables.vars.scss new file mode 100644 index 0000000..362b70f --- /dev/null +++ b/src/scopes/_tables.vars.scss | |||
@@ -0,0 +1,4 @@ | |||
1 | @use 'iro-sass/src/props'; | ||
2 | @use 'implicit.vars' as implicit; | ||
3 | |||
4 | $margin-bs: props.def(--s-tables--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default; | ||