mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
885 B
885 B
| extends | title | description | features | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Min-Height | Utilities for setting the minimum height of an element |
|
@include('_partials.work-in-progress')
@include('_partials.class-table', [ 'scroll' => false, 'rows' => [ [ '.min-h-0', 'min-height: 0;', "Set the element's minimum height to 0.", ], [ '.min-h-full', 'min-height: 100%;', "Set the element's minimum height to 100%.", ], [ '.min-h-screen', 'min-height: 100vh;', "Set the element's minimum height to 100vh.", ], ] ])
Customizing
@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'min-height', 'property' => 'minHeight', ], 'variants' => [ 'responsive', ], ])