correct content field

This commit is contained in:
andrzej 2024-06-22 17:30:11 +02:00
parent fd3b9ac2b4
commit 771534c3d9
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
module.exports = { module.exports = {
darkMode: ["class"], darkMode: ["class"],
content: [ content: [
"./pages/**/*.{ts,tsx}", "./src/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
], ],
prefix: "", prefix: "",
theme: { theme: {