Skip to content

Commit 18599ac

Browse files
authored
fix(tailwind): revert tailwind back to v3 for main app (#1456)
* fix(css): fix css build issue * fix(postcss): revert back to tailwind v3 * bun.lock update
1 parent e49cde7 commit 18599ac

File tree

3 files changed

+106
-21
lines changed

3 files changed

+106
-21
lines changed

apps/sim/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@e2b/code-interpreter": "^2.0.0",
3535
"@hookform/resolvers": "^4.1.3",
3636
"@opentelemetry/api": "^1.9.0",
37+
"@opentelemetry/exporter-jaeger": "2.1.0",
3738
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
3839
"@opentelemetry/resources": "^2.0.0",
3940
"@opentelemetry/sdk-node": "^0.200.0",
@@ -70,6 +71,7 @@
7071
"cmdk": "^1.0.0",
7172
"croner": "^9.0.0",
7273
"date-fns": "4.1.0",
74+
"encoding": "0.1.13",
7375
"entities": "6.0.1",
7476
"framer-motion": "^12.5.0",
7577
"fuse.js": "7.1.0",
@@ -113,7 +115,6 @@
113115
"zod": "^3.24.2"
114116
},
115117
"devDependencies": {
116-
"@tailwindcss/postcss": "4.1.13",
117118
"@testing-library/jest-dom": "^6.6.3",
118119
"@types/html-to-text": "9.0.4",
119120
"@types/js-yaml": "4.0.9",

apps/sim/postcss.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
const config = {
33
plugins: {
44
tailwindcss: {},
5-
autoprefixer: {},
65
},
76
}
87

0 commit comments

Comments
 (0)