Skip to content

Commit 5d5e722

Browse files
committed
chore: init tailwind v4
1 parent 8db95d9 commit 5d5e722

File tree

15 files changed

+1822
-2086
lines changed

15 files changed

+1822
-2086
lines changed

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"@plane/typescript-config": "workspace:*",
8282
"@prettier/plugin-oxc": "0.0.4",
8383
"@react-router/dev": "catalog:",
84+
"@tailwindcss/typography": "0.5.19",
8485
"@types/lodash-es": "catalog:",
8586
"@types/node": "catalog:",
8687
"@types/react": "catalog:",

apps/web/postcss.config.cjs

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/web/postcss.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import postcss from "@plane/tailwind-config/postcss.config.js";
2+
3+
export default postcss;

0 commit comments

Comments
 (0)