From d62aa9b6ebbd5487034b391545cc1729662c51c7 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:21:29 +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 fc6eebf..2ae83ea 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}", "./components/**/*.{ts,tsx}", "./pages/**/*.{ts,tsx}"], theme: { container: { center: true,