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