reactdevske-website icon indicating copy to clipboard operation
reactdevske-website copied to clipboard

# πŸ”„ PR: Upgrade TailwindCSS from v3 β†’ v4

Open festus-sulumeti opened this issue 2 months ago β€’ 1 comments

This pull request upgrades the project’s TailwindCSS setup from version 3 to version 4.
The update introduces improved performance, a simplified configuration approach, and modernized syntax support.


🧩 Changes Included

  • Updated tailwindcss and related dependencies in package.json
  • Refactored import structure in global CSS:
    • Replaced @tailwind base;, @tailwind components;, and @tailwind utilities; with @import "tailwindcss";
  • Updated tailwind.config.js to the new v4 format
  • Adjusted color tokens and theme variables to align with Tailwind v4 defaults
  • Verified compatibility with existing components, utilities, and custom plugins
  • Fixed minor styling regressions after migration

Closes: #150

festus-sulumeti avatar Oct 29 '25 15:10 festus-sulumeti