Ver código fonte

Brompton: Unset measuere variable default

Takashi Irie 5 anos atrás
pai
commit
2c16298d95
1 arquivos alterados com 1 adições e 1 exclusões
  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": 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.
 	),