Commit 31d3244
fix: migrate Souls Studio from Tailwind v3 to v4
Tailwind v4 moved the PostCSS plugin to @tailwindcss/postcss and removed
@tailwind directives in favor of @import "tailwindcss". This fixes the
studio build failure after the dependency update.
- Replace tailwindcss with @tailwindcss/postcss in PostCSS config
- Update index.css to use @import "tailwindcss" instead of @tailwind directives
- Remove tailwind.config.js (auto-detected in v4)
- Remove autoprefixer (built into Tailwind v4)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 40fd9c8 commit 31d3244
File tree
5 files changed
+6
-43
lines changed- apps/souls-studio
- src
5 files changed
+6
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments