tailwindcss/docs/source/docs/min-width.blade.md
2017-10-31 15:42:21 -05:00

1.8 KiB

extends title
_layouts.documentation Min-Width

Min-Width

Utilities for setting the minimum width of an element

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, 'hover' => false, 'focus' => false ])

Class Properties Description
.min-w-0 min-width: 0; Set the element's minimum width to 0.25rem.
.min-w-full min-width: 100%; Set the element's minimum width to 0.5rem.