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