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