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