diff options
Diffstat (limited to 'src/scopes/_tables.vars.scss')
| -rw-r--r-- | src/scopes/_tables.vars.scss | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/src/scopes/_tables.vars.scss b/src/scopes/_tables.vars.scss index cdaca64..17c9eb4 100644 --- a/src/scopes/_tables.vars.scss +++ b/src/scopes/_tables.vars.scss | |||
| @@ -1,24 +1,4 @@ | |||
| 1 | @use '../props'; | 1 | @use '../props'; |
| 2 | @use '../core.vars' as core; | 2 | @use 'implicit.vars' as implicit; |
| 3 | 3 | ||
| 4 | $indent: props.def(--s-lists--indent, calc(props.get(core.$list--indent) + 1em)) !default; | 4 | $margin-bs: props.def(--s-tables--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default; |
| 5 | $margin-bs: props.def(--s-lists--margin-bs, props.get(core.$paragraph--margin-bs)) !default; | ||
| 6 | |||
| 7 | $compact--indent: props.def(--s-lists--compact--indent, props.get(core.$list--compact-indent)) !default; | ||
| 8 | |||
| 9 | @include iro.props-store(( | ||
| 10 | --dims: ( | ||
| 11 | --pad-i: fn.foreign-dim(--table, --pad-i), | ||
| 12 | --pad-b: fn.foreign-dim(--table, --pad-b), | ||
| 13 | --rounding: fn.foreign-dim(--table, --rounding), | ||
| 14 | --border: fn.foreign-dim(--table, --border), | ||
| 15 | --margin-bs: fn.global-dim(--paragraph --margin-bs), | ||
| 16 | ), | ||
| 17 | --colors: ( | ||
| 18 | --border: fn.foreign-color(--table, --border), | ||
| 19 | --heading: fn.foreign-color(--table, --heading), | ||
| 20 | --box: ( | ||
| 21 | --bg: fn.foreign-color(--table, --box --bg), | ||
| 22 | ) | ||
| 23 | ) | ||
| 24 | )); | ||
