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