From 4b708d118794be962bc2c272cec49b4b021458d9 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Sun, 7 Dec 2025 17:09:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20Tailwind=20CSS=20directive?= =?UTF-8?q?s=20support=20in=20biome=20config=20(#2029)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/biome.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/biome.json b/frontend/biome.json index 73f46d0..7829483 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -37,5 +37,10 @@ "quoteStyle": "double", "semicolons": "asNeeded" } + }, + "css": { + "parser": { + "tailwindDirectives": true + } } }