We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0c400 commit 54ed2f7Copy full SHA for 54ed2f7
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