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 fe7064a commit 4e81d77Copy full SHA for 4e81d77
tailwind.config.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
content: [
3
+ "./src/app/**/*.{js,ts,jsx,tsx}",
4
"./src/pages/**/*.{js,ts,jsx,tsx}",
5
"./src/components/**/*.{js,ts,jsx,tsx}",
6
"./src/modules/**/*.{js,ts,jsx,tsx}",
0 commit comments