summaryrefslogtreecommitdiffstats
path: root/src/scopes/_implicit.vars.scss
blob: 036ace338794fef3bcefdf5f9cb408130e55ac6f (plain) (blame)
1
2
3
4
5
6
7
@use '../props';
@use '../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;