summaryrefslogtreecommitdiffstats
path: root/src/scopes/_implicit.vars.scss
blob: 34979d9742d5399684ddf943f84ff98ff430de2e (plain) (blame)
1
2
3
4
5
6
7
@use '../props';
@use '../core.vars' as core;

$paragraph--margin-bs: props.def(--s-implicit--paragraph--margin-bs, props.get(core.$size--300)) !default;

$heading--margin-bs:         props.def(--s-implicit--heading--margin-bs, props.get(core.$size--700)) !default;
$heading--margin-bs-sibling: props.def(--s-implicit--heading--margin-bs-sibling, props.get(core.$size--325)) !default;