Sizing

Min Height

Utilities for sets the miminum height of an element.


Variant

Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited

API

classcss
min-height-0min-height: 0
min-height-fullmin-height: 100%
min-height-screenmin-height: 100vh

Usage

<div class="min-height-full">
...
</div>
HTML
.dummy {
@extend
.min-height-full;
}
SCSS