Skip to content
Draft
Prev Previous commit
Next Next commit
fix: fix tailwind version
  • Loading branch information
hi-ogawa committed Feb 8, 2025
commit d1f8547716e2276cad49d4eb7c402608704f519c
4 changes: 2 additions & 2 deletions packages/react-server/examples/tailwind-v4/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type React from "react";
import "./styles.js";
// import "./styles.css";
// import "./styles.js";
import "./styles.css";

export default function Layout(props: React.PropsWithChildren) {
return (
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/examples/tailwind-v4/app/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "tailwindcss"
@import "tailwindcss";
2 changes: 1 addition & 1 deletion packages/react-server/examples/tailwind-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tailwindcss/vite": "^4.0.4",
"@types/react": "latest",
"@types/react-dom": "latest",
"tailwindcss": "^3.4.10",
"tailwindcss": "^4.0.4",
"vite": "latest"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.