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