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.99.3
What version of Tailwind CSS IntelliSense are you using?
v0.14.16
What version of Tailwind CSS are you using?
v4^
What package manager are you using?
Npm
What operating system are you using?
Windows 10
VS Code settings
{ "workbench.tree.indent": 16, "workbench.startupEditor": "none", "workbench.productIconTheme": "fluent-icons", "workbench.iconTheme": "symbols", "workbench.colorTheme": "One Dark Pro Night Flat", "editor.bracketPairColorization.independentColorPoolPerBracketType": true, "editor.fontFamily": "\"Fira Code\", Consolas, 'Courier New', monospace", "editor.fontLigatures": true, "editor.fontSize": 12, "editor.minimap.enabled": false, "editor.formatOnSave": true, "editor.fontWeight": "450", "editor.lineHeight": 18, "editor.folding": true, "editor.glyphMargin": true, "editor.guides.indentation": false, "editor.scrollbar.horizontal": "hidden", "breadcrumbs.enabled": true, "breadcrumbs.symbolPath": "off", "breadcrumbs.filePath": "on", "debug.console.fontSize": 10, "terminal.integrated.fontSize": 12, "terminal.integrated.fontFamily": "FiraCode Nerd Font Mono Light", "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "explorer.compactFolders": false, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "emmet.includeLanguages": { "postcss": "css" }, "terminal.integrated.defaultProfile.windows": "PowerShell", "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "Devdb.colorTheme": "dark", "tailwindCSS.experimental.classRegex": [ ["cva\\(((?:[^()]|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"], ["cx\\(((?:[^()]|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] ], "editor.guides.bracketPairs": true, "terminal.integrated.env.windows": {}, "files.associations": { ".css": "tailwindcss" }, "editor.quickSuggestions": { "other": "on", "comments": "off", "strings": "on" }, "tailwindCSS.emmetCompletions": true, "gitlens.ai.model": "vscode", "gitlens.ai.vscode.model": "copilot:gpt-4.1" }
The text was updated successfully, but these errors were encountered:
where should i past it
Sorry, something went wrong.
@dhitznswa Can you please provide a reproduction? Also please provide the logs from "Tailwind CSS: Show Output" from the command palette?
No branches or pull requests
What version of VS Code are you using?
v1.99.3
What version of Tailwind CSS IntelliSense are you using?
v0.14.16
What version of Tailwind CSS are you using?
v4^
What package manager are you using?
Npm
What operating system are you using?
Windows 10
VS Code settings
The text was updated successfully, but these errors were encountered: