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