🔧 chore: add biome config for Tailwind CSS and CSS module declarations

This commit is contained in:
2026-04-07 14:42:17 -04:00
parent fab0d2ff47
commit 54ca910609
3 changed files with 65 additions and 47 deletions

4
src/css.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.css" {
const content: Record<string, string>;
export default content;
}