summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-07 12:41:59 +0100
committerVolpeon <git@volpeon.ink>2022-02-07 12:41:59 +0100
commit1b739f15d10d68c5a7f85c2c403f2897f6ddfe50 (patch)
tree79b7bf390a28dcbc3577184c8d4f423c48470c83 /src/objects/_heading.scss
parentImproved font handling (diff)
downloadiro-design-1b739f15d10d68c5a7f85c2c403f2897f6ddfe50.tar.gz
iro-design-1b739f15d10d68c5a7f85c2c403f2897f6ddfe50.tar.bz2
iro-design-1b739f15d10d68c5a7f85c2c403f2897f6ddfe50.zip
Further improved font handling
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index 2af8e19..cd91c61 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -51,7 +51,7 @@
51 } 51 }
52 52
53 @include iro.bem-modifier('sm') { 53 @include iro.bem-modifier('sm') {
54 @include fn.set-font(--standard, (--line-height: fn.global-dim(--font --headline --line-height))); 54 @include fn.set-font(--standard, (--line-height: null));
55 55
56 color: fn.color(--strong); 56 color: fn.color(--strong);
57 font-size: fn.global-dim(--font-size --md); 57 font-size: fn.global-dim(--font-size --md);
@@ -59,7 +59,7 @@
59 } 59 }
60 60
61 @include iro.bem-modifier('xs') { 61 @include iro.bem-modifier('xs') {
62 @include fn.set-font(--standard, (--line-height: fn.global-dim(--font --headline --line-height))); 62 @include fn.set-font(--standard, (--line-height: null));
63 63
64 color: fn.color(--light); 64 color: fn.color(--light);
65 font-size: fn.global-dim(--font-size --xs); 65 font-size: fn.global-dim(--font-size --xs);