Varia: Unset measuere variable default

This commit is contained in:
Allan Cole 2019-07-25 17:10:22 -04:00
parent e5560a1fb4
commit 7c0a36aa61
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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