Hey folks how'd y'all manage your upgrade from v3 to v4 tailwindcss, I'm getting these errors
kb@kb-mac v4 % npx @tailwindcss/upgrade@next --force
≈ tailwindcss v4.0.2
│ Searching for CSS files in the current directory and its subdirectories…
│ ↳ Could not determine configuration file for: `./src/styles/global.css`
│ Update your stylesheet to use `@config` to specify the correct configuration file explicitly and then run the
│ upgrade tool again.
│ ↳ Could not determine configuration file for: `./src/styles/theme.css`
│ Update your stylesheet to use `@config` to specify the correct configuration file explicitly and then run the
│ upgrade tool again.
kb@kb-mac v4 % npx @tailwindcss/upgrade@next --force
≈ tailwindcss v4.0.2
│ Searching for CSS files in the current directory and its subdirectories…
│ ↳ Failed to resolve import: `tailwindcss` in `./global.css`. Skipping.
│ ↳ Failed to resolve import: `tailwindcss` in `./theme.css`. Skipping.
│ ↳ Could not determine configuration file for: `./src/styles/global.css`
│ Update your stylesheet to use `@config` to specify the correct configuration file explicitly and then run the
│ upgrade tool again.
│ ↳ Could not determine configuration file for: `./src/styles/theme.css`
│ Update your stylesheet to use `@config` to specify the correct configuration file explicitly and then run the
