summaryrefslogtreecommitdiffstats
path: root/src/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_mixins.scss')
-rw-r--r--src/_mixins.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_mixins.scss b/src/_mixins.scss
index 29d792b..dca6831 100644
--- a/src/_mixins.scss
+++ b/src/_mixins.scss
@@ -20,8 +20,7 @@
20 @include set-font(--standard, ( 20 @include set-font(--standard, (
21 --line-height: null, 21 --line-height: null,
22 --size: fn.global-dim(list.join(--heading, $size)), 22 --size: fn.global-dim(list.join(--heading, $size)),
23 --weight: bold, 23 --weight: bold
24 --spacing: 1px
25 )); 24 ));
26 25
27 color: fn.global-color(--heading); 26 color: fn.global-color(--heading);