Skip to content

Commit 0a63b95

Browse files
committed
fix tailwind build
1 parent 3030f17 commit 0a63b95

File tree

3 files changed

+371
-103
lines changed

3 files changed

+371
-103
lines changed

examples/tailwind/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
18+
"@tailwindcss/postcss": "^4.0.3",
1819
"next": "^15.1.6",
1920
"nextjs-darkmode": "workspace:*",
2021
"nextjs-themes": "^4.0.5",
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
3+
"@tailwindcss/postcss": {},
54
},
65
};

0 commit comments

Comments
 (0)