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