Skip to content

Commit 07b3542

Browse files
committed
refactor: add ui folders to content
1 parent b2f8735 commit 07b3542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default {
66
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
77
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
88
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
9+
"./src/**/ui/**/*.{js,ts,jsx,tsx,mdx}",
910
"./node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}",
1011
],
1112
theme: {

0 commit comments

Comments
 (0)