34.2.1 #Width - ch1 - lg .vw[mn,mx]-lg-ch1
Sets the width, max-width, or min-width of element to css var for ch1 on lg.
Examples
Default styling
A div
.vw-lg-ch1
Sets width to ch1 on lg
A div
.vwmn-lg-ch1
Sets min-width to ch1 on lg
A div
.vwmx-lg-ch1
Sets max-width to ch1 on lg
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source:
dist/full/full.css
, line 25728