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