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