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