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