Explorar el Código

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

Allan Cole hace 5 años
padre
commit
3bce71c624
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"),
 	),
 );