From 22f0fc4ed5fb98562854c9d0742e5dc6501633c6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:24:54 +0100 Subject: [PATCH] Update tailwind.config.js --- web/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 2ae83ea..0665be4 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: ["./app/**/*.{ts,tsx}"], theme: { container: { center: true, @@ -68,5 +68,5 @@ module.exports = { }, }, plugins: [require("tailwindcss-animate")], -} +};