-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom @import Breaks IntelliSense on v4 Beta #1115
Comments
@martin-ukhanov I think it's the same issue as #1103, @thecrypticace is working on it #1106. |
@florianbouvot yes I'm aware, @thecrypticace asked me to create this issue in the IntelliSense repo. Not sure if they didn't realize that it was the same. |
It is indeed the same problem.
The discussion didn't include many details or a reproduction. Nor did it include an indication of using tsconfig or custom imports just a "… my IntelliSense stopped working out of the blue" so I could not have known it was the same issue. Closing in favor of #1103 |
My apologies, I should have been more clear. |
No worries! |
What version of VS Code are you using?
v1.96.2
What version of Tailwind CSS IntelliSense are you using?
v0.13.64 (pre-release)
What version of Tailwind CSS are you using?
v4.0.0-beta.8
What package manager are you using?
npm
What operating system are you using?
macOS
Tailwind config
N/A
VS Code settings
Reproduction URL
https://github.com/martin-ukhanov/tailwind-intellisense-bug
Describe your issue
When using a custom import in the main CSS file (in the reproduction repo I am importing 'test.css' which contains a custom utility class), Tailwind IntelliSense breaks and does not provide suggestions.
The text was updated successfully, but these errors were encountered: