Skip to content

Commit 6d00eae

Browse files
authored
Merge pull request #160 from chemicalkosek/patch-3
Update tailwind.config.js to include src/app
2 parents fe7064a + 4e81d77 commit 6d00eae

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
@@ -1,5 +1,6 @@
11
module.exports = {
22
content: [
3+
"./src/app/**/*.{js,ts,jsx,tsx}",
34
"./src/pages/**/*.{js,ts,jsx,tsx}",
45
"./src/components/**/*.{js,ts,jsx,tsx}",
56
"./src/modules/**/*.{js,ts,jsx,tsx}",

0 commit comments

Comments
 (0)