KSS Style Guide

2.27 #Child Width - rem2 .vwc[mx,mn]-rem2

Toggle example guides Toggle HTML markup

Sets the width, max-width, or min-width of an elements immediate children to css var for rem2.

Examples
Default styling
A div
B div
.vwc-rem2
Sets width of immediate children to rem2
A div
B div
.vwcmn-rem2
Sets min-width of immediate children to rem2
A div
B div
.vwcmx-rem2
Sets max-width of immediate children to rem2
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 22815