diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-25 19:37:52 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-25 19:37:52 +0200 |
| commit | e0815613914e16d73a30efe709a74b994cc31963 (patch) | |
| tree | 9876cb3b6937173fd4dd62958d5c9d1ba6feea87 /src/scopes/_implicit.vars.scss | |
| parent | New palette generation (diff) | |
| download | iro-design-e0815613914e16d73a30efe709a74b994cc31963.tar.gz iro-design-e0815613914e16d73a30efe709a74b994cc31963.tar.bz2 iro-design-e0815613914e16d73a30efe709a74b994cc31963.zip | |
More efficient theming
Diffstat (limited to 'src/scopes/_implicit.vars.scss')
| -rw-r--r-- | src/scopes/_implicit.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_implicit.vars.scss b/src/scopes/_implicit.vars.scss index 0b0f326..0002591 100644 --- a/src/scopes/_implicit.vars.scss +++ b/src/scopes/_implicit.vars.scss | |||
| @@ -23,4 +23,4 @@ $heading--font-weight: props.def(--s-implicit--heading--font-weight, props | |||
| 23 | $heading--font-size: props.def(--s-implicit--heading--font-size, props.get(core.$font-size--100)); | 23 | $heading--font-size: props.def(--s-implicit--heading--font-size, props.get(core.$font-size--100)); |
| 24 | $heading--feature-settings: props.def(--s-implicit--heading--feature-settings, props.get(core.$font--headline--feature-settings)) !default; | 24 | $heading--feature-settings: props.def(--s-implicit--heading--feature-settings, props.get(core.$font--headline--feature-settings)) !default; |
| 25 | 25 | ||
| 26 | $heading--color: props.def(--s-implicit--heading--color, props.get(core.$theme, --heading)); | 26 | $heading--color: props.def(--s-implicit--heading--color, props.get(core.$theme, --heading), 'color'); |
