From d23141b654f75c87e9e8694579da0a01c1b36674 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:19:11 +0100 Subject: [PATCH] Update tailwind.config.js --- web/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 2ae83ea..739f770 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,7 +1,7 @@ /** @type {import('tailwindcss').Config} */ module.exports = { darkMode: ["class"], - content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./pages/**/*.{ts,tsx}"], + content: ["web/app/**/*.{ts,tsx}", "web/components/**/*.{ts,tsx}", "web/pages/**/*.{ts,tsx}"], theme: { container: { center: true,