mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Closes #16916 This PR removes `max-w-auto` and `max-h-auto` due to them not being part of v3 and not being valid CSS: - https://developer.mozilla.org/en-US/docs/Web/CSS/max-width#syntax - https://developer.mozilla.org/en-US/docs/Web/CSS/max-height#syntax <img width="886" alt="Screenshot 2025-03-03 at 14 00 39" src="https://github.com/user-attachments/assets/2c7fa17c-975b-4e1f-ae56-99b703d6ca70" /> <img width="163" alt="Screenshot 2025-03-03 at 13 54 26" src="https://github.com/user-attachments/assets/12902a14-5a1e-4d7f-8127-fc2a3833221d" /> I decided to keep `max-w-auto` and `max-h-auto` since these values are valid even though these were not in v3 either: <img width="886" alt="Screenshot 2025-03-03 at 13 55 11" src="https://github.com/user-attachments/assets/83bf6543-06a3-429e-b39e-ef3ac3290f0b" />