mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.8 KiB
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. |