Update tailwind.config.js

This commit is contained in:
MacRimi 2025-02-13 20:19:11 +01:00 committed by GitHub
parent 682f0c66a3
commit d23141b654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,