We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of VS Code are you using?
v1.93.0
What version of Tailwind CSS IntelliSense are you using?
v0.12.10
What version of Tailwind CSS are you using?
v3.4.11
What package manager are you using?
pnpm
What operating system are you using?
Windows
Tailwind config
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx,vue}", ], prefix:"tw-", theme: { extend: {}, }, plugins: [], }
VS Code settings
{ "tailwindCSS.experimental.classRegex": ["([a-zA-Z0-9\\-:]+)"], "css.validate": false, "tailwindCSS.includeLanguages": { "vue": "html", "vue-html": "html" }, "editor.quickSuggestions": { "strings": true } }
Reproduction URL
https://github.com/extrem7/tailwind-vue-reproduction
Describe your issue
Intellisense doesn't work in script tag. But works great in all other cases (js files, template, etc).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of VS Code are you using?
v1.93.0
What version of Tailwind CSS IntelliSense are you using?
v0.12.10
What version of Tailwind CSS are you using?
v3.4.11
What package manager are you using?
pnpm
What operating system are you using?
Windows
Tailwind config
VS Code settings
Reproduction URL
https://github.com/extrem7/tailwind-vue-reproduction
Describe your issue
Intellisense doesn't work in script tag. But works great in all other cases (js files, template, etc).
The text was updated successfully, but these errors were encountered: