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