mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
This PR is an internal refactor to improve the way we handle at-rules. Essentially we check for the `@` symbol and bail early if that's not the case. We also improve the way `@media` is being handled by first checking for `@media`, and then handle all the params separately. Last but not least, we also inverted the `@theme` check condition such that it is handled the same way we handle everything else.