tailwind setup issue
I am getting warning this when I setup simple react project with Vite project. why does this happen?
3 Replies
according to the documentation, that code is correct.
https://tailwindcss.com/docs/adding-custom-styles#using-css-and-layer
Missing the Tailwind CSS IntelliSense?
https://tailwindcss.com/docs/editor-setup
Yeah it’s just nonstandard syntax Tailwind adds. I don’t personally use Tailwind but I know they have good IDE integration so you’re likely missing an extension like mentioned above. I do think this is changing in v4 of Tailwind tho if I remember