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