Skip to content

Commit

Permalink
fix(cloudflare): use postcss for example (#1235)
Browse files Browse the repository at this point in the history
a follow-up pr for #1234

Co-authored-by: Tyler <26290074+thegitduck@users.noreply.github.com>
  • Loading branch information
tylersayshi and tylersayshi authored Feb 17, 2025
1 parent c39f37e commit 85c86e9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
3 changes: 2 additions & 1 deletion examples/07_cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"wrangler": "3.109.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.6",
"@tailwindcss/postcss": "4.0.6",
"@types/node": "22.13.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"postcss": "8.5.2",
"miniflare": "3.20250204.1",
"tailwindcss": "4.0.6",
"typescript": "5.7.3"
Expand Down
5 changes: 5 additions & 0 deletions examples/07_cloudflare/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};
5 changes: 0 additions & 5 deletions examples/07_cloudflare/vite.config.ts

This file was deleted.

20 changes: 5 additions & 15 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 85c86e9

Please sign in to comment.