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