VS Code Tip of the Week: New Tailwind CSS language mode for VS Code
Nick Taylor
Posted on June 7, 2022
Tailwind uses a bunch of non-standard at-rules like @tailwind and @apply, so you get lint warnings in VS Code if you use the regular CSS language mode.
To get around this, we’ve always recommended people use the PostCSS Language Support plugin which gets rid of those warnings, but also removes all of the other CSS IntelliSense support.
You can read more about the new Tailwind CSS language mode for VS Code
Since that then, the Tailwind team has released Tailwind CSS Intellisense
Once you have the extension installed, if you want to try it out choose “Tailwind CSS” as the language mode for your CSS files.
Thanks Tailwind team and happy VS Coding!
💖 💪 🙅 🚩
Nick Taylor
Posted on June 7, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.