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