Max-Width - 图1

Work in progress!

More detailed documentation is coming soon, but in the meantime here’s a quick class reference.

Class reference

Max-Width - 图2

Customizing

Max-Width Scale

By default Tailwind provides ten max-width utilities. You change, add, or remove these by editing the maxWidth section of your Tailwind config.

Max-Width - 图3

Responsive and State Variants

By default, only responsive variants are generated for max-width utilities.

You can control which variants are generated for the max-width utilities by modifying the maxWidth property in the modules section of your Tailwind config file.

For example, this config will also generate hover and focus variants:

Max-Width - 图4

Disabling

If you don’t plan to use the max-width utilities in your project, you can disable them entirely by setting the maxWidth property to false in the modules section of your config file:

Max-Width - 图5