tailwindcss/docs/source/docs/min-width.blade.md
2017-12-03 02:55:40 +01:00

745 B

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

@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', ], ])