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