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