summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index 89fe568..f5932f5 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -16,6 +16,7 @@
16 font-weight: props.get(vars.$font-weight); 16 font-weight: props.get(vars.$font-weight);
17 font-feature-settings: props.get(vars.$feature-settings); 17 font-feature-settings: props.get(vars.$feature-settings);
18 line-height: props.get(vars.$line-height); 18 line-height: props.get(vars.$line-height);
19 color: props.get(vars.$text-color);
19 text-transform: none; 20 text-transform: none;
20 letter-spacing: normal; 21 letter-spacing: normal;
21 transform: translateX(props.get(vars.$offset)); 22 transform: translateX(props.get(vars.$offset));