Skip to content

Commit 989a925

Browse files
authored
Update tailwind.config.ts
1 parent 35e39f8 commit 989a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import tailwindcssAnimate from "tailwindcss-animate"
44
const config: Config = {
55
darkMode: ["class"],
66
content: [
7-
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
8-
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
7+
"./components/**/*.{js,ts,jsx,tsx,mdx}",
8+
"./app/**/*.{js,ts,jsx,tsx,mdx}",
99
],
1010
theme: {
1111
extend: {

0 commit comments

Comments
 (0)