11.1.1 #height - p100 - lg .vh[mn,mx]-lg-p100
Sets the height, max-height, or min-height of element to css var for p100 on lg.
Examples
Default styling
A div
.vh-lg-p100
Sets height to p100 on lg
A div
.vhmn-lg-p100
Sets min-height to p100 on lg
A div
.vhmx-lg-p100
Sets max-height to p100 on lg
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source:
dist/full/full.css
, line 12342