瀏覽代碼

Revert an accidental commit

Takashi Irie 5 年之前
父節點
當前提交
f318a8e882
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      barnsbury/sass/_config-child-theme-deep.scss

+ 1 - 1
barnsbury/sass/_config-child-theme-deep.scss

@@ -100,7 +100,7 @@ $config-global: (
 	/* Spacing */
 	"spacing": (
 		"unit": (2 * $baseline-unit), // 16px
-		"measure": unset, // Use ch units here. ie: 60ch = 60 character max-width
+		"measure": inherit, // Use ch units here. ie: 60ch = 60 character max-width
 		"horizontal": (2 * $baseline-unit), // 16px
 		"vertical": (4 * $baseline-unit), // 32px matches default spacing in the editor.
 	),