-
Tailwind version: v4.0.9. I was starting a new project with Vite and Tailwind when this happened on the first run: The blue warning box says: Invalid property name. What can I do to resolve it? Is it a compatibility issue with the browser? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is a compatibility issue with the browser. That is CSS nesting syntax which according to Can I Use, is only supported in Firefox 117+. Furthermore, as per the documentation, Tailwind only supports Firefox 128+. |
Beta Was this translation helpful? Give feedback.
It is a compatibility issue with the browser. That is CSS nesting syntax which according to Can I Use, is only supported in Firefox 117+. Furthermore, as per the documentation, Tailwind only supports Firefox 128+.