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