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