File "measure.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss
File size: 257 bytes
MIME-type: text/plain
Charset: utf-8

// Measure
// - The width of a line of text, in characters, is known as its measure.

header *,
main *,
footer * {
	max-width: var(--global--spacing-measure);
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
	max-width: none;
}