tailwindlabs / tailwindcss

A utility-first CSS framework for rapid UI development.
https://tailwindcss.com/
MIT License
83.27k stars 4.22k forks source link

Disallow empty arbitrary values #15055

Closed RobinMalfait closed 1 day ago

RobinMalfait commented 1 day ago

This PR makes the candidate parser more strict by not allowing empty arbitrary values.

Examples that are not allowed anymore:

If you are trying to trick the parser by injecting some spaces like this:

Then that is also not allowed.