Skip to content

Commit 55e2bf9

Browse files
committed
fix: error
1 parent e4570a1 commit 55e2bf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2025/tailwind.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Config } from "tailwindcss"
22

33
const config = {
4-
darkMode: ["class"],
4+
darkMode: "class",
55
content: [
66
"./pages/**/*.{ts,tsx}",
77
"./components/**/*.{ts,tsx}",
@@ -75,7 +75,6 @@ const config = {
7575
},
7676
},
7777
},
78-
// plugins: [require("tailwindcss-animate")],
7978
} satisfies Config
8079

8180
export default config

0 commit comments

Comments
 (0)