KSS Style Guide

2.10.1 #Child Width - p100 - sm .vwc[mn,mx]-sm-p100

Toggle example guides Toggle HTML markup

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

Examples
Default styling
A div
B div
.vwc-sm-p100
Sets width of immediate children to p100 on sm
A div
B div
.vwcmn-sm-p100
Sets min-width of immediate children to p100 on sm
A div
B div
.vwcmx-sm-p100
Sets max-width of immediate children to p100 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/standard/standard.css, line 13738