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