diff options
| author | Volpeon <git@volpeon.ink> | 2025-11-07 22:28:52 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-11-07 22:28:52 +0100 |
| commit | e957e44fd28fd1bb0d702720c9ce5b74d95b3f2f (patch) | |
| tree | e666967e192c12f4e2d9e0940533567868bd7c02 /src/objects/_heading.vars.scss | |
| parent | Typography (diff) | |
| download | iro-design-e957e44fd28fd1bb0d702720c9ce5b74d95b3f2f.tar.gz iro-design-e957e44fd28fd1bb0d702720c9ce5b74d95b3f2f.tar.bz2 iro-design-e957e44fd28fd1bb0d702720c9ce5b74d95b3f2f.zip | |
Fix
Diffstat (limited to 'src/objects/_heading.vars.scss')
| -rw-r--r-- | src/objects/_heading.vars.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_heading.vars.scss b/src/objects/_heading.vars.scss index 78413dd..f6b77fc 100644 --- a/src/objects/_heading.vars.scss +++ b/src/objects/_heading.vars.scss | |||
| @@ -20,7 +20,7 @@ $text-transform: props.def(--o-heading--text-transform, none) !default; | |||
| 20 | $font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--standard--family)) !default; | 20 | $font-family--xxl: props.def(--o-heading--xxl--font-family, props.get(core.$font--standard--family)) !default; |
| 21 | $line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--standard--line-height)) !default; | 21 | $line-height--xxl: props.def(--o-heading--xxl--line-height, props.get(core.$font--standard--line-height)) !default; |
| 22 | $font-size--xxl: props.def(--o-heading--xxl--font-size, props.get(core.$font-size--300)) !default; | 22 | $font-size--xxl: props.def(--o-heading--xxl--font-size, props.get(core.$font-size--300)) !default; |
| 23 | $font-weight--xxl: props.def(--o-heading--xxl--font-weight, props.get(core.$font--standard--weight)) !default; | 23 | $font-weight--xxl: props.def(--o-heading--xxl--font-weight, bold) !default; |
| 24 | $letter-spacing--xxl: props.def(--o-heading--xxl--letter-spacing, 0) !default; | 24 | $letter-spacing--xxl: props.def(--o-heading--xxl--letter-spacing, 0) !default; |
| 25 | $feature-settings--xxl: props.def(--o-heading--xxl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 25 | $feature-settings--xxl: props.def(--o-heading--xxl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
| 26 | $text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !default; | 26 | $text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !default; |
| @@ -28,7 +28,7 @@ $text-transform--xxl: props.def(--o-heading--xxl--text-transform, none) !defau | |||
| 28 | $font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--standard--family)) !default; | 28 | $font-family--xl: props.def(--o-heading--xl--font-family, props.get(core.$font--standard--family)) !default; |
| 29 | $line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--standard--line-height)) !default; | 29 | $line-height--xl: props.def(--o-heading--xl--line-height, props.get(core.$font--standard--line-height)) !default; |
| 30 | $font-size--xl: props.def(--o-heading--xl--font-size, props.get(core.$font-size--200)) !default; | 30 | $font-size--xl: props.def(--o-heading--xl--font-size, props.get(core.$font-size--200)) !default; |
| 31 | $font-weight--xl: props.def(--o-heading--xl--font-weight, props.get(core.$font--standard--weight)) !default; | 31 | $font-weight--xl: props.def(--o-heading--xl--font-weight, bold) !default; |
| 32 | $letter-spacing--xl: props.def(--o-heading--xl--letter-spacing, 0) !default; | 32 | $letter-spacing--xl: props.def(--o-heading--xl--letter-spacing, 0) !default; |
| 33 | $feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 33 | $feature-settings--xl: props.def(--o-heading--xl--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
| 34 | $text-transform--xl: props.def(--o-heading--xl--text-transform, none) !default; | 34 | $text-transform--xl: props.def(--o-heading--xl--text-transform, none) !default; |
| @@ -101,7 +101,7 @@ $display--text-transform--lg: props.def(--o-heading--display--lg--text-transfo | |||
| 101 | $display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--standard--family)) !default; | 101 | $display--font-family--md: props.def(--o-heading--display--md--font-family, props.get(core.$font--standard--family)) !default; |
| 102 | $display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--standard--line-height)) !default; | 102 | $display--line-height--md: props.def(--o-heading--display--md--line-height, props.get(core.$font--standard--line-height)) !default; |
| 103 | $display--font-size--md: props.def(--o-heading--display--md--font-size, props.get(core.$font-size--150)) !default; | 103 | $display--font-size--md: props.def(--o-heading--display--md--font-size, props.get(core.$font-size--150)) !default; |
| 104 | $display--font-weight--md: props.def(--o-heading--display--md--font-weight, props.get(core.$font--standard--weight)) !default; | 104 | $display--font-weight--md: props.def(--o-heading--display--md--font-weight, bold) !default; |
| 105 | $display--letter-spacing--md: props.def(--o-heading--display--md--letter-spacing, 0) !default; | 105 | $display--letter-spacing--md: props.def(--o-heading--display--md--letter-spacing, 0) !default; |
| 106 | $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; | 106 | $display--feature-settings--md: props.def(--o-heading--display--md--feature-settings, props.get(core.$font--standard--feature-settings)) !default; |
| 107 | $display--text-transform--md: props.def(--o-heading--display--md--text-transform, none) !default; | 107 | $display--text-transform--md: props.def(--o-heading--display--md--text-transform, none) !default; |
