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