Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade tailwind to v4 #6448

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

feat: upgrade tailwind to v4 #6448

wants to merge 11 commits into from

Conversation

lucaseduoli
Copy link
Collaborator

This pull request includes significant updates to the frontend dependencies and several CSS adjustments to improve the styling and maintainability of the codebase. The most important changes include updating Tailwind CSS and related plugins, replacing deprecated PostCSS plugins, and refining various CSS class names for consistency and clarity.

Dependency Updates:

  • src/frontend/package.json: Updated tailwindcss to version 4.0.0 and prettier-plugin-tailwindcss to version 0.6.11. Added @tailwindcss/postcss plugin. Removed autoprefixer and tailwindcss-dotted-background as they are no longer needed. [1] [2]

Configuration Changes:

CSS Adjustments:

These changes aim to improve the maintainability and readability of the codebase while ensuring compatibility with the latest version of Tailwind CSS.

@lucaseduoli lucaseduoli self-assigned this Feb 13, 2025
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Feb 13, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 13, 2025
Copy link
Contributor

@anovazzi1 anovazzi1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's wait the release for this merge to make sure we do not break any design before release

@lucaseduoli lucaseduoli added DO NOT MERGE Don't Merge this PR breaking change dependencies Pull requests that update a dependency file and removed breaking change labels Feb 14, 2025
Copy link
Contributor

@anovazzi1 anovazzi1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 14, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 18, 2025
Copy link
Member

@Cristhianzl Cristhianzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file DO NOT MERGE Don't Merge this PR enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants