Skip to content

Commit b32ca33

Browse files
committed
chore: fix up other apps with updated tailwind
1 parent b11366c commit b32ca33

8 files changed

Lines changed: 51 additions & 60 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
module.exports = {
1+
const config = {
22
plugins: {
33
"@tailwindcss/postcss": {},
44
},
55
};
6+
7+
export default config;

apps/framework-editor/styles/globals.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+
@plugin "@tailwindcss/typography";
3+
@config "../tailwind.config.js";
44

55
@layer base {
66
* {

apps/portal/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@react-email/components": "^0.0.41",
1313
"@react-email/render": "^1.1.2",
1414
"@t3-oss/env-nextjs": "^0.12.0",
15+
"@tailwindcss/postcss": "^4.1.8",
1516
"better-auth": "^1.2.4",
1617
"next": "^15.4.0-canary.62",
1718
"react-email": "^4.0.15",
@@ -24,8 +25,8 @@
2425
"@types/node": "^22.13.2",
2526
"@types/react": "^19.1.2",
2627
"@types/react-dom": "^19.1.1",
27-
"postcss": "^8.5.2",
28-
"tailwindcss": "^3.4.17",
28+
"postcss": "^8.5.4",
29+
"tailwindcss": "^4.1.8",
2930
"typescript": "^5.8.3"
3031
},
3132
"peerDependencies": {

apps/portal/postcss.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
module.exports = {
1+
const config = {
22
plugins: {
33
"@tailwindcss/postcss": {},
44
},
55
};
6+
7+
export default config;

apps/trust/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@radix-ui/react-tooltip": "1.1.6",
4242
"@react-email/components": "^0.0.41",
4343
"@react-email/render": "^1.1.2",
44+
"@tailwindcss/postcss": "^4.1.8",
4445
"@tanstack/react-virtual": "^3.13.8",
4546
"autoprefixer": "^10.4.21",
4647
"class-variance-authority": "^0.7.1",
@@ -74,8 +75,8 @@
7475
"@types/node": "^22",
7576
"@types/react": "^19",
7677
"@types/react-dom": "^19",
77-
"postcss": "^8.5.3",
78-
"tailwindcss": "3",
78+
"postcss": "^8.5.4",
79+
"tailwindcss": "^4.1.8",
7980
"typescript": "^5"
8081
}
8182
}

apps/trust/postcss.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
module.exports = {
1+
const config = {
22
plugins: {
33
"@tailwindcss/postcss": {},
44
},
55
};
6+
7+
export default config;

bun.lock

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)