tailwindcss/docs/source/docs/min-height.blade.md
2018-02-09 18:58:37 +01:00

885 B

extends title description features
_layouts.documentation Min-Height Utilities for setting the minimum height of an element
responsive customizable hover active focus
true true false false false

@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', ], ])