Tailwind Intellisense - WebStorm
I hope this guide will help webstorm users.
WebStorm version - 2023.1 ,
Tailwindcss - 3.3.0
The problem:
Tailwind Intellesense doesn't work at all.
Solution:
- Change tailwind config file extension from .ts to .cjs and change code to this one:
Don't forget to save the file. And add to tsconfig.json:
0 Replies