diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-19 10:34:53 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-19 10:34:53 +0200 |
| commit | 50d24a41b5656cdaf31468b28d08da765ca95763 (patch) | |
| tree | 9ca25c56dc66a02bf2ff498ed4669a097e9a9815 /src/_core.vars.scss | |
| parent | Update (diff) | |
| download | iro-design-50d24a41b5656cdaf31468b28d08da765ca95763.tar.gz iro-design-50d24a41b5656cdaf31468b28d08da765ca95763.tar.bz2 iro-design-50d24a41b5656cdaf31468b28d08da765ca95763.zip | |
Update
Diffstat (limited to 'src/_core.vars.scss')
| -rw-r--r-- | src/_core.vars.scss | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss index cc11b89..abaf879 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss | |||
| @@ -66,6 +66,7 @@ $font--headline--feature-settings: props.def(--font--headline--feature-settings, | |||
| 66 | 66 | ||
| 67 | $font--mono--family: props.def(--font--mono--family, ('Iosevka Term SS09', 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace)) !default; | 67 | $font--mono--family: props.def(--font--mono--family, ('Iosevka Term SS09', 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace)) !default; |
| 68 | $font--mono--line-height: props.def(--font--mono--line-height, 1.4) !default; | 68 | $font--mono--line-height: props.def(--font--mono--line-height, 1.4) !default; |
| 69 | $font--mono--feature-settings: props.def(--font--mono--feature-settings, ('\'calt\'' 0, '\'dlig\' 1', '\'ss09\' 1')) !default; | ||
| 69 | 70 | ||
| 70 | $font-size--50: props.def(--font-size--50, iro.fn-px-to-rem(12px)) !default; | 71 | $font-size--50: props.def(--font-size--50, iro.fn-px-to-rem(12px)) !default; |
| 71 | $font-size--75: props.def(--font-size--75 , iro.fn-px-to-rem(13px)) !default; | 72 | $font-size--75: props.def(--font-size--75 , iro.fn-px-to-rem(13px)) !default; |
| @@ -96,25 +97,6 @@ $key-focus--outline-width: props.def(--key-focus--outline-width, props.get($bord | |||
| 96 | $key-focus--border-width: props.def(--key-focus--border-width, props.get($border-width--medium)) !default; | 97 | $key-focus--border-width: props.def(--key-focus--border-width, props.get($border-width--medium)) !default; |
| 97 | $key-focus--border-offset: props.def(--key-focus--border-offset, props.get($border-width--medium)) !default; | 98 | $key-focus--border-offset: props.def(--key-focus--border-offset, props.get($border-width--medium)) !default; |
| 98 | 99 | ||
| 99 | $heading--xxl: props.def(--heading--xxl, props.get($font-size--300)) !default; | ||
| 100 | $heading--xl: props.def(--heading--xl, props.get($font-size--200)) !default; | ||
| 101 | $heading--lg: props.def(--heading--lg, props.get($font-size--150)) !default; | ||
| 102 | $heading--md: props.def(--heading--md, props.get($font-size--100)) !default; | ||
| 103 | $heading--sm: props.def(--heading--sm, props.get($font-size--75)) !default; | ||
| 104 | $heading--xs: props.def(--heading--xs, props.get($font-size--50)) !default; | ||
| 105 | $heading--display--xxl: props.def(--heading--display--xxl, props.get($font-size--1100)) !default; | ||
| 106 | $heading--display--xl: props.def(--heading--display--xl, props.get($font-size--700)) !default; | ||
| 107 | $heading--display--lg: props.def(--heading--display--lg, props.get($font-size--300)) !default; | ||
| 108 | $heading--display--md: props.def(--heading--display--md, props.get($font-size--150)) !default; | ||
| 109 | $heading--display--sm: props.def(--heading--display--sm, props.get($font-size--75)) !default; | ||
| 110 | $heading--display--xs: props.def(--heading--display--xs, props.get($font-size--50)) !default; | ||
| 111 | $heading--display-sm--xxl: props.def(--heading--display-sm--xxl, props.get($font-size--900)) !default; | ||
| 112 | $heading--display-sm--xl: props.def(--heading--display-sm--xl, props.get($font-size--600)) !default; | ||
| 113 | $heading--display-sm--lg: props.def(--heading--display-sm--lg, props.get($font-size--200)) !default; | ||
| 114 | $heading--display-sm--md: props.def(--heading--display-sm--md, props.get($font-size--100)) !default; | ||
| 115 | $heading--display-sm--sm: props.def(--heading--display-sm--sm, props.get($font-size--75)) !default; | ||
| 116 | $heading--display-sm--xs: props.def(--heading--display-sm--xs, props.get($font-size--50)) !default; | ||
| 117 | |||
| 118 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; | 100 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; |
| 119 | $list--compact-indent: props.def(--list--indent, props.get($size--250)) !default; | 101 | $list--compact-indent: props.def(--list--indent, props.get($size--250)) !default; |
| 120 | 102 | ||
