Balasana: Unset measuere variable default

This commit is contained in:
Takashi Irie 2019-10-25 12:31:47 +01:00
parent be76d2c6cc
commit 3bc95767d7
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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