2.17 #Child Width - p70 .vwc[mx,mn]-p70
Sets the width, max-width, or min-width of an elements immediate children to css var for p70.
Examples
Default styling
A div
B div
.vwc-p70
Sets width of immediate children to p70
A div
B div
.vwcmn-p70
Sets min-width of immediate children to p70
A div
B div
.vwcmx-p70
Sets max-width of immediate children to p70
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/minimal/minimal.css
, line 7604