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