mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
628 B
628 B
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Lists | Utilities for controlling list styles. |
|
@include('_partials.work-in-progress')
@include('_partials.class-table', [ 'rows' => [ [ '.list-reset', "list-style: none;\npadding: 0;", "Disable default browser styling for lists and list items.", ], ] ])
Customizing
@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'list', 'property' => 'lists', ], 'variants' => [ 'responsive', ], ])