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