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
SASS files containing // (single line comment) and @import together makes Tailwind Intellisense to stop working
Only comments (single line) or only imports are fine
// only comments (this is good)
@import'./init';
Problem when they are together
// comments with imports (this is not good)
@import'./init';
The text was updated successfully, but these errors were encountered:
mamunonweb
changed the title
SASS files containing // (single line comment) and @import together causing Tailwind Intellisense to stop working
SASS files containing // (single line comment) and @import together makes Tailwind Intellisense to stop working
Aug 28, 2024
Hey @mamunonweb! Thanks for reporting this and sorry for the troubles! We just released v0.12.8 of the VS Code extension with a fix that resolves this issue. If you still have issues, please let us know!
What version of VS Code are you using?
v1.92.2 (Windows)
What version of Tailwind CSS IntelliSense are you using?
v0.12.7
What version of Tailwind CSS are you using?
For example: v3.3.3
What package manager are you using?
npm
What operating system are you using?
Windows
Tailwind config
VS Code settings
Reproduction URL
Don't have a public one!
Describe your issue
SASS files containing
//
(single line comment) and@import
together makes Tailwind Intellisense to stop workingOnly comments (single line) or only imports are fine
Problem when they are together
The text was updated successfully, but these errors were encountered: