소스 검색

Varia: Add config-separator.width default variable for child-theme array.

Allan Cole 5 년 전
부모
커밋
4109f63e1c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      varia/sass/child-theme/_config-child-theme-deep.scss

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

@@ -280,6 +280,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**