-
Notifications
You must be signed in to change notification settings - Fork 522
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
Support TailwindCSS 4.0 #452
base: 2.x
Are you sure you want to change the base?
Conversation
Similar to the skeleton PR: laravel/laravel#6523 How about replacing The |
In the InstallStack Files there is postcss listed, but I think it should be replaced with
|
Signed-off-by: Shakil Alam <[email protected]>
Signed-off-by: Shakil Alam <[email protected]>
Thanks, I did the changes now |
Signed-off-by: Shakil Alam <[email protected]>
Signed-off-by: Shakil Alam <[email protected]>
Signed-off-by: Shakil Alam <[email protected]>
Signed-off-by: Shakil Alam <[email protected]>
This reverts commit e75274b.
This reverts commit 7a61e00.
This reverts commit 438ffbd.
@itxshakil I think the problem with the tests is, that the PR for Tailwind v4: laravel/laravel#6523 I think the only way to fix this, is to temporarily delete the |
Or you can keep/add the following statement again: $files->delete(base_path('postcss.config.js')) |
Thanks again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also replace ring black ring-opacity-5
with ring-black-5
in dropdown.
For example on line 34 in components/dropdown.blade.php
This PR introduces support for TailwindCSS 4.0 in the Laravel Breeze starter kit. It ensures compatibility with the latest version of TailwindCSS, offering improved utility classes, enhanced performance, and better developer experience.
Changes:
tailwindcss
dependency to^4.0
.tailwind.config.js
to align with updated syntax and features of TailwindCSS 4.0.References:
Please review and test the changes. Feedback and suggestions are welcome!