diff --git a/biome.jsonc b/biome.jsonc index 0e4995f99c..6ee37acc91 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -29,7 +29,8 @@ "!*.cjs", "!*.md", "!*.json", - "!src/main/integration/**" + "!src/main/integration/**", + "!**/tailwind.css" ], "indentStyle": "space", "indentWidth": 2,