You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
username@computer9:~/Desktop/nemanjam.github.io$ npx @tailwindcss/upgrade@next
≈ tailwindcss v4.0.6
│ Searching for CSS files in the current directory and its subdirectories…
│ ↳ Linked `./tailwind.config.ts` to `./src/styles/main.css`
│ Migrating JavaScript configuration files…
│ ↳ The configuration file at `./tailwind.config.ts` could not be automatically migrated to the new CSS configuration format, so your CSS has been updated
│ to load your existing configuration file.
│ Migrating templates…
│ ↳ Migrated templates for configuration file: `./tailwind.config.ts`
│ Migrating stylesheets…
│ ↳ Migrated stylesheet: `./src/styles/main.css`
│ Migrating PostCSS configuration…
│ ↳ Installed package: `@tailwindcss/postcss`
│ ↳ Migrated PostCSS configuration: `./postcss.config.mjs`
│ Updating dependencies…
│ ↳ Updated package: `tailwindcss`
│ Verify the changes and commit them to your repository.
How can I get migration tool to work and avoid migrating config file manually?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
npx @tailwindcss/upgrade@next
wont work for./tailwind.config.ts
which makes this tool not much useful, migrates just a few trivial classes.Here is my config:
https://github.com/nemanjam/nemanjam.github.io/blob/main/tailwind.config.ts
I have tried commenting out plugins but it didnt help.
And here is the entire repository:
https://github.com/nemanjam/nemanjam.github.io/
Here is the migration log:
How can I get migration tool to work and avoid migrating config file manually?
Beta Was this translation helpful? Give feedback.
All reactions