We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ced9 commit 2c69299Copy full SHA for 2c69299
.changeset/cruel-pets-obey.md
@@ -0,0 +1,5 @@
1
+---
2
+'sv': patch
3
4
+
5
+fix(tailwind): update vscode setting `files.associations` to `tailwindcss`
packages/addons/tailwindcss/index.ts
@@ -128,7 +128,7 @@ export default defineAddon({
128
const { data, generateCode } = parseJson(content);
129
130
data['files.associations'] ??= {};
131
- data['files.associations']['*.css'] = 'tailwind';
+ data['files.associations']['*.css'] = 'tailwindcss';
132
133
return generateCode();
134
});
0 commit comments