From 5f131c0132c87a560880eb4b7b9ffcf0980b8fce Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 27 Feb 2025 13:41: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, 2 deletions(-) diff --git a/client/src/style.css b/client/src/style.css index 6fb43f0df1..d1b7790030 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -1,5 +1,3 @@ -@config '../tailwind.config.js'; - @tailwind base; @tailwind components; @tailwind utilities;