From 4b36bd088efeaced1e41451c4852c7c6281fc0bd Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 27 Feb 2025 13:08:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20Tailwind=20CSS?= =?UTF-8?q?=20configuration=20and=20dependencies=20in=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style.css b/client/src/style.css index fc7e5383f4..af0ed436a1 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -1,4 +1,4 @@ -@config "../tailwind.config.js"; +@config "../tailwind.config.cjs"; @tailwind base; @tailwind components;