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