浏览代码

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")},
 );
 
 /**