Skip to content

Commit a53866f

Browse files
committed
fix(docs): fix tailwind config
1 parent ea1c8ce commit a53866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/tailwind.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
},
4141
],
4242
},
43-
content: ["./docs/**/*.{html,md,mdx,tsx,js,jsx}"],
43+
content: ["./src/**/*.{html,md,mdx,tsx,js,jsx}"],
4444
theme: {
4545
extend: {},
4646
},

0 commit comments

Comments
 (0)