We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527813d commit 85b47b7Copy full SHA for 85b47b7
tailwind.config.js
@@ -9,6 +9,7 @@ module.exports = {
9
content: [
10
'./src/components/**/*.{js,ts,jsx,tsx}',
11
'./src/pages/**/*.{js,ts,jsx,tsx}',
12
+ './src/app/**/*.{js,ts,jsx,tsx}',
13
'./src/styles/**/*.{js,ts,jsx,tsx}',
14
],
15
darkMode: 'class',
0 commit comments