Closed tomgenoni closed 7 months ago
Adding tailwindcss
to the languages in the VS Code settings appears to fix my issue:
"cssVariables.languages": [
"tailwindcss",
"svelte",
"scss",
]
I'm now able to leave the Language Mode set to Tailwind CSS and both autocomplete options now work.
I'm working on a Next.js project with Tailwind installed along with the Tailwind CSS IntelliSense extension for autocomplete of Tailwind classes in
*.css
files.When the Language Mode is set to "Tailwind CSS" (see attached):
When the Language Mode is set to "CSS":
Is there a way I can configure CSS Variable Autocomplete to work in CSS files with Language Mode set to "Tailwind CSS"?