summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/_core.vars.scss2
-rw-r--r--src/objects/_heading.vars.scss3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss
index 49c0eb9..486b4af 100644
--- a/src/_core.vars.scss
+++ b/src/_core.vars.scss
@@ -84,6 +84,8 @@ $font-size--800: props.def(--font-size--800, functions.px-to-rem(40px)) !defaul
84$font-size--900: props.def(--font-size--900, functions.px-to-rem(45px)) !default; 84$font-size--900: props.def(--font-size--900, functions.px-to-rem(45px)) !default;
85$font-size--1000: props.def(--font-size--1000, functions.px-to-rem(50px)) !default; 85$font-size--1000: props.def(--font-size--1000, functions.px-to-rem(50px)) !default;
86$font-size--1100: props.def(--font-size--1100, functions.px-to-rem(60px)) !default; 86$font-size--1100: props.def(--font-size--1100, functions.px-to-rem(60px)) !default;
87$font-size--1200: props.def(--font-size--1200, functions.px-to-rem(70px)) !default;
88$font-size--1300: props.def(--font-size--1300, functions.px-to-rem(80px)) !default;
87 89
88$border-width--thick: props.def(--border-width--thick, 4px) !default; 90$border-width--thick: props.def(--border-width--thick, 4px) !default;
89$border-width--medium: props.def(--border-width--medium, 2px) !default; 91$border-width--medium: props.def(--border-width--medium, 2px) !default;
diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss
index 371cab0..70a631f 100644
--- a/src/objects/_heading.vars.scss
+++ b/src/objects/_heading.vars.scss
@@ -8,6 +8,9 @@ $margin-bs-sibling: props.def(--o-heading--margin-bs-sibling, props.get(core.$si
8$text-color: props.def(--o-heading--text-color, props.get(core.$theme, --heading), 'color') !default; 8$text-color: props.def(--o-heading--text-color, props.get(core.$theme, --heading), 'color') !default;
9$bg-color: props.def(--o-heading--bg-color, props.get(core.$theme, --base, --50), 'color') !default; 9$bg-color: props.def(--o-heading--bg-color, props.get(core.$theme, --base, --50), 'color') !default;
10 10
11$bg-start: props.def(--o-heading--bg-start, .05em) !default;
12$bg-end: props.def(--o-heading--bg-end, .5em) !default;
13
11$font-family: props.def(--o-heading--font-family, props.get(core.$font--standard--family)) !default; 14$font-family: props.def(--o-heading--font-family, props.get(core.$font--standard--family)) !default;
12$line-height: props.def(--o-heading--line-height, props.get(core.$font--standard--line-height)) !default; 15$line-height: props.def(--o-heading--line-height, props.get(core.$font--standard--line-height)) !default;
13$font-weight: props.def(--o-heading--font-weight, bold) !default; 16$font-weight: props.def(--o-heading--font-weight, bold) !default;