mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
745 B
745 B
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Min-Width | Utilities for setting the minimum width of an element |
|
@include('_partials.work-in-progress')
@include('_partials.class-table', [ 'scroll' => false, 'rows' => [ [ '.min-w-0', 'min-width: 0;', "Set the element's minimum width to 0.", ], [ '.min-w-full', 'min-width: 100%;', "Set the element's minimum width to 100%.", ], ] ])
Customizing
@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'min-width', 'property' => 'minWidth', ], 'variants' => [ 'responsive', ], ])