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