Skip to content

Commit f17a46d

Browse files
committed
add missing dependencies, fix postcss config
1 parent d29cee4 commit f17a46d

File tree

3 files changed

+417
-114
lines changed

3 files changed

+417
-114
lines changed

packages/preview-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@radix-ui/react-tooltip": "1.2.8",
3232
"@react-email/components": "workspace:*",
3333
"@react-email/tailwind": "workspace:2.0.1",
34+
"@tailwindcss/postcss": "4.1.17",
3435
"@types/babel__core": "7.20.5",
3536
"@types/babel__traverse": "7.20.7",
3637
"@types/css-tree": "2.3.10",
@@ -41,7 +42,6 @@
4142
"@types/react": "19.0.10",
4243
"@types/react-dom": "19.0.4",
4344
"@types/webpack": "5.28.5",
44-
"autoprefixer": "10.4.21",
4545
"clsx": "2.1.1",
4646
"colorjs.io": "0.5.2",
4747
"esbuild": "0.25.10",
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
const path = require('node:path');
2-
31
module.exports = {
42
plugins: {
5-
tailwindcss: { config: path.resolve(__dirname, 'tailwind.config.ts') },
6-
autoprefixer: {},
3+
"@tailwindcss/postcss": {},
74
},
85
};

0 commit comments

Comments
 (0)