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
hikack
changed the title
[v4] Autocomplete doesn't work at all in turborep monorepo
[v4] Tailwindcss-intellisense is incompatible with new dart sass @use (instead of @import)
Jan 29, 2025
hikack
changed the title
[v4] Tailwindcss-intellisense is incompatible with new dart sass @use (instead of @import)
[v4] Tailwindcss-intellisense is incompatible with new dart sass v3.0 @use (instead of @import)
Jan 29, 2025
What version of VS Code are you using?
v1.96.4
What version of Tailwind CSS IntelliSense are you using?
v0.14.1
What version of Tailwind CSS are you using?
v4.0.0
What package manager are you using?
yarn v4.6.0
What operating system are you using?
Windows 11
Tailwind config
packages\config-tailwind: => tailwind.css
packages\ui: => tailwind.css
apps\web: => tailwind.css
Note: Tailwind configs are in CSS file format, but they have been used in combination with SCSS files, for example, inside UI package:
index.scss
global.scss
VS Code settings
Tailwind CSS IntelliSense output
Describe your issue
Autocomplete doesn't work for any apps or packages; Tailwind works perfectly itself. After debugging, I noticed if I changed:
to
The problem has been resolved. However, my builds are failing since @import is deprecated, so I guess you should add support for @use.
The text was updated successfully, but these errors were encountered: