Height Atomics

Use height atomics to set the height of an element.

cssproperty value screensize
height full all screensizes

Usage

Set the height of an element to full height.

Auto

HTML
<div class="border padding-sm font-weight-semibold" style="height: 200px">
    <p class="height-full">Auto</p>
</div>