Add rule for VSCode tailwind

This commit is contained in:
Thilo Hohlt
2024-07-30 06:13:06 +02:00
parent 63e8fe3b81
commit a6ca042fbf

View File

@@ -118,6 +118,9 @@
"workbench.iconTheme" = "material-icon-theme";
"biome.lspBin" = "./node_modules/@biomejs/biome";
"svelte.enable-ts-plugin" = true;
"files.associations" = {
"*.css" = "tailwindcss";
};
};
};
git = {