From 1e067150ac5dd4654e62a3dfefe8fe6d309c4ecf Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 27 Feb 2025 13:36:42 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/style.css b/client/src/style.css index 98db67b414..d1b7790030 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -1,6 +1,6 @@ -@import 'tailwindcss'; - -@config "../tailwind.config.js"; +@tailwind base; +@tailwind components; +@tailwind utilities; /* Custom Variables */ :root {