-
-
Notifications
You must be signed in to change notification settings - Fork 178
Migrate to Tailwind CSS v3 #1150
Copy link
Copy link
Open
Labels
area/libraryRelated to all activities around Library packageRelated to all activities around Library packagedependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area/libraryRelated to all activities around Library packageRelated to all activities around Library packagedependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
We’re currently using an older version of TailwindCSS, and it’s about time we move to Tailwind v3. This version comes with a bunch of improvements such as performance boosts, better developer experience, and some handy new utilities that make styling a lot cleaner and more flexible.
This migration will involve:
Upgrading Tailwind and related dependencies to version 3
Updating tailwind.config.js to follow the v3 structure
Checking all existing class names in the codebase and updating anything that breaks
Testing existing component styles to make sure everything still looks and works as expected
Since v3 makes dark mode easier to manage, we could explore adding it as a feature too