2.6.3 #Child Width - em0 - sm .vwc[mn,mx]-sm-em0
Sets the width, max-width, or min-width of an elements immediate children to css var for em0 on sm.
Examples
Default styling
A div
B div
.vwc-sm-em0
Sets width of immediate children to em0 on sm
A div
B div
.vwcmn-sm-em0
Sets min-width of immediate children to em0 on sm
A div
B div
.vwcmx-sm-em0
Sets max-width of immediate children to em0 on sm
A div
B div
Markup
<div class="bwa-1 [modifier class]"><div class="bwa-1">A div</div><div class="bwa-1">B div</div></div>
Source:
dist/full/full.css
, line 23762