瀏覽代碼

Varia: Unset measuere variable default

Allan Cole 6 年之前
父節點
當前提交
7c0a36aa61
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      varia/sass/abstracts/_config-global.scss
  2. 1 1
      varia/style-rtl.css
  3. 1 1
      varia/style.css

+ 1 - 1
varia/sass/abstracts/_config-global.scss

@@ -78,7 +78,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.
 	),

+ 1 - 1
varia/style-rtl.css

@@ -658,7 +658,7 @@ a {
 header *,
 main *,
 footer * {
-	max-width: inherit;
+	max-width: unset;
 }
 
 html,

+ 1 - 1
varia/style.css

@@ -658,7 +658,7 @@ a {
 header *,
 main *,
 footer * {
-	max-width: inherit;
+	max-width: unset;
 }
 
 html,