Browse Source

Redhill: Add config-footer.font.line-height default variable.

Allan Cole 5 years ago
parent
commit
3bce71c624
1 changed files with 1 additions and 0 deletions
  1. 1 0
      redhill/sass/_config-child-theme-deep.scss

+ 1 - 0
redhill/sass/_config-child-theme-deep.scss

@@ -355,5 +355,6 @@ $config-footer: (
 	"font": (
 		"family": map-deep-get($config-global, "font", "family", "secondary"),
 		"size": map-deep-get($config-global, "font", "size", "sm"),
+		"line-height": map-deep-get($config-global, "font", "line-height", "sm"),
 	),
 );