tailwindcss/docs/source/docs/min-height.blade.md
2017-11-09 14:05:03 -05:00

1.9 KiB

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

@include('_partials.work-in-progress')

Class Properties Description
.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.