Update tailwind.config.js

This commit is contained in:
MacRimi 2025-02-13 20:24:54 +01:00 committed by GitHub
parent d62aa9b6eb
commit 22f0fc4ed5
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: ["./app/**/*.{ts,tsx}"],
theme: {
container: {
center: true,
@ -68,5 +68,5 @@ module.exports = {
},
},
plugins: [require("tailwindcss-animate")],
}
};