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