15.6 #Width - em0 .vw[mx,mn]-em0
Sets the width, max-width, or min-width of element to css var for em0.
Examples
Default styling
A div
.vw-em0
Sets width to em0
A div
.vwmn-em0
Sets min-width to em0
A div
.vwmx-em0
Sets max-width to em0
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source:
dist/minimal/minimal.css
, line 8192