Commit a936f11
authored
Add missing wasp() plugin to vite.config.ts examples in Tailwind migration guide (#3840)
The example in the 'Option B: Upgrade to Tailwind CSS v4' section of the migration guide was missing the required wasp() plugin import and call. This fix updates both the current docs and the versioned 0.21 docs to match the correct example in the Tailwind CSS guide.1 parent f87fb92 commit a936f11
File tree
2 files changed
+4
-0
lines changed- web
- docs/migration-guides
- versioned_docs/version-0.21/migration-guides
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
| |||
0 commit comments