reactdevske-website
reactdevske-website copied to clipboard
# π PR: Upgrade TailwindCSS from v3 β v4
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
tailwindcssand related dependencies inpackage.json - Refactored import structure in global CSS:
- Replaced
@tailwind base;,@tailwind components;, and@tailwind utilities;with@import "tailwindcss";
- Replaced
- Updated
tailwind.config.jsto 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