Closed
Description
What version of Tailwind CSS IntelliSense are you using?
v0.9.1
What version of Tailwind CSS are you using?
v3.2.0
What package manager are you using?
pnpm
What operating system are you using?
Windows
Tailwind config
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};
VS Code settings
// So many settings. Only this setting enabled from extension
{
"tailwindCSS.emmetCompletions": true,
}
Describe your issue
HTML or JSX isn't written in .ts
files. So I think the extension should not show the intellisense in the .ts
files.
Intellisense works in .tsx
files and that's good but it shouldn't in .ts
files
Metadata
Metadata
Assignees
Labels
No labels