소스 검색

Merge pull request #1599 from Automattic/fix/varia-issue-1598

Varia: Unset measure variable default for child themes
Takashi Irie 5 년 전
부모
커밋
950cc31e82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      varia/sass/child-theme/_config-child-theme-deep.scss

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

@@ -100,7 +100,7 @@ $config-global: (
 	/* Spacing */
 	"spacing": (
 		"unit": (2 * $baseline-unit), // 16px
-		"measure": inherit, // Use ch units here. ie: 60ch = 60 character max-width
+		"measure": unset, // 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.
 	),