Replies: 3 comments 1 reply
-
Thank you for reporting this issue! As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub. If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I’m currently working on a project that includes a comment moderation feature. Although I’m using Laravel 12, I’ve adopted the styling strategy from Laravel 10 and resolved the issue by not using I understand that Laravel 12 introduced a new approach, but the results so far haven’t been very satisfactory. I’m looking forward to seeing this issue resolved so I can take full advantage of the latest styling features. I’ll also try to look into the issue myself when I have time. Thanks again! |
Beta Was this translation helpful? Give feedback.
-
@petertzy FYI, in case if you migrated there is a migration guide from tailwind v3 to tailwind v4 on their website which made my life easier when migrating a recent project. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
12.0
PHP Version
8.2
Database Driver & Version
No response
Description
While recently building a blog system with comments, I noticed that Tailwind’s support for Laravel 12 is not ideal. Many of the configured styles are not working as expected. This issue did not exist in the earlier Laravel 10 version. Please look into this and provide a fix. Thanks.
Steps To Reproduce
While recently building a blog system with comments, I noticed that Tailwind’s support for Laravel 12 is not ideal. Many of the configured styles are not working as expected. This issue did not exist in the earlier Laravel 10 version. Please look into this and provide a fix. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions