2.24.2 #Child Width - px3 - md .vwc[mn,mx]-md-px3
Sets the width, max-width, or min-width of an elements immediate children to css var for px3 on md.
Examples
Default styling
A div
B div
.vwc-md-px3
Sets width of immediate children to px3 on md
A div
B div
.vwcmn-md-px3
Sets min-width of immediate children to px3 on md
A div
B div
.vwcmx-md-px3
Sets max-width of immediate children to px3 on md
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 24881