Skip to content

Commit

Permalink
fix: fix tailwind version
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Feb 8, 2025
1 parent b575439 commit d1f8547
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.

0 comments on commit d1f8547

Please sign in to comment.