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

CSS codemod: Migrate @import "tailwindcss/tailwind.css" to @import "tailwindcss" #14514

Merged

Conversation

RobinMalfait
Copy link
Member

This PR adds an additional step to ensure we migrate:

@import "tailwindcss/tailwind.css";

To:

@import "tailwindcss";

@RobinMalfait RobinMalfait force-pushed the fix/css-codemod-migrate-tailwind-tailwindcss-import branch from 4c905c0 to f5c0bac Compare September 25, 2024 11:52
@RobinMalfait RobinMalfait merged commit e770c0d into next Sep 25, 2024
2 of 3 checks passed
@RobinMalfait RobinMalfait deleted the fix/css-codemod-migrate-tailwind-tailwindcss-import branch September 25, 2024 12:48
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.

2 participants