From 3195e98438db12c26592be33af550e79d103526a Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Jun 2025 16:46:18 +0200 Subject: [PATCH] fix tailwind --- client/tailwind.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tailwind.config.ts b/client/tailwind.config.ts index 720a6c2..9e20b59 100644 --- a/client/tailwind.config.ts +++ b/client/tailwind.config.ts @@ -3,8 +3,8 @@ import type { Config } from "tailwindcss"; export default { darkMode: ["class"], content: [ - "./index.html", - "./src/**/*.{js,jsx,ts,tsx,html}", + "./client/index.html", + "./client/src/**/*.{js,jsx,ts,tsx,html}", ], safelist: [ // Layout