Skip to content

Conversation

@festus-sulumeti
Copy link
Member

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

@vercel
Copy link

vercel bot commented Oct 29, 2025

@festus-sulumeti is attempting to deploy a commit to the React Developers Kenya Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

# 🛠️ Upgrade TailwindCSS from v3 → v4

1 participant