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
Describe your issue
If @import 'tailwindcss' is not in every css file in the project, but tailwind directives are used, autocompletions don't work correctly. This affects real world use cases of using @import to separate custom css in a larger project.
If there is 1 file with @import 'tailwindcss' autocomplete works perfect in index.html. If I add another css file to the project and include an @apply directive in it, then upon re-opening the project in vscode autocomplete will not activate in index.html (but will in style.css).
If there is @Utility in another css file, then upon re-opening the project in vscode, autocomplete will work in index.html, but not show any completions that have colors (e.g. bg-amber-500)