summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-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);