Skip to content

Commit 54ed2f7

Browse files
committed
fix tailwind
1 parent 5f0c400 commit 54ed2f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
content: [
1010
'./src/components/**/*.{js,ts,jsx,tsx}',
1111
'./src/pages/**/*.{js,ts,jsx,tsx}',
12+
'./src/app/**/*.{js,ts,jsx,tsx}',
1213
'./src/styles/**/*.{js,ts,jsx,tsx}',
1314
],
1415
darkMode: 'class',

0 commit comments

Comments
 (0)