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
_tw is a starter theme for WordPress that adds support for Tailwind. After updating to Tailwind 4, IntelliSense stopped working because tailwind.css was kept in a subfolder. After moving it to the repository root, IntelliSense started working as expected.
Since then, an update either to Tailwind itself or to IntelliSense seems to have caused a new issue.
Describe your issue
When opening the project, IntelliSense doesn't work. This is the initial output:
What version of VS Code are you using?
1.99.0
What version of Tailwind CSS IntelliSense are you using?
0.14.14
What version of Tailwind CSS are you using?
4.1.3
What package manager are you using?
npm
What operating system are you using?
macOS
Reproduction URL
https://github.com/gregsullivan/_tw
Background
_tw is a starter theme for WordPress that adds support for Tailwind. After updating to Tailwind 4, IntelliSense stopped working because
tailwind.css
was kept in a subfolder. After moving it to the repository root, IntelliSense started working as expected.Since then, an update either to Tailwind itself or to IntelliSense seems to have caused a new issue.
Describe your issue
When opening the project, IntelliSense doesn't work. This is the initial output:
Opening a file adds new output:
Opening a different file adds further output:
After this, IntelliSense works.
(The project has multiple entry points for Tailwind files to support the WordPress block editor, which doesn't work well with Preflight.)
If I use
Developer: Reload Window
, the same thing happens, but this error appears in the output:IntelliSense will still begin working after opening multiple files, though.
I'd be happy to provide any other details you might find useful. Thanks very much for your time!
The text was updated successfully, but these errors were encountered: