소스 검색

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

Allan Cole 5 년 전
부모
커밋
3bce71c624
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"),
 	),
 );