KSS Style Guide

2.3.3 #Child Width - ch2 - sm .vwc[mn,mx]-sm-ch2

Toggle example guides Toggle HTML markup

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

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