3 curated breaking changes across major versions of tailwindcss. Use this as a migration checklist before bumping dependencies.
`@tailwind base; @tailwind components; @tailwind utilities;` replaced by a single `@import "tailwindcss";`.
Run codemod: `npx @tailwindcss/upgrade`. It rewrites directives and config.
New Oxide engine (Rust). `tailwind.config.js` optional; CSS-first configuration via @theme.
Keep config for complex setups. For simple apps, replace with `@import "tailwindcss";` and `@theme { ... }` in your CSS.
Deprecated utilities removed (bg-opacity-*, text-opacity-*, etc.).
Use the slash syntax: `bg-white/50` instead of `bg-white bg-opacity-50`.
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/npm/tailwindcss