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
class | css |
---|---|
min-height-0 | min-height: 0 |
min-height-full | min-height: 100% |
min-height-screen | min-height: 100vh |
Usage
<div class="min-height-full">
...
</div>
HTML
.dummy {
@extend
.min-height-full;
}
SCSS