You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Tailwind CSS IntelliSense are you using?
0.14.25
What version of Tailwind CSS are you using?
"tailwindcss": "^4.1.11",
What package manager are you using?
pnpm
What operating system are you using?
macOS
I have a new project that created a file called src/assets/styles/tailwindcss.css. At this time, code completion can be done, but when the mouse hovers over it, the CSS style function for the class name is not working. I found that the file name cannot be called tailwindcss.css, it is called tailwind.css, and everything works normally