mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
538 B
538 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%.", ], ] ])