-
|
Hello everyone, I'm a newbie at TailwindCss, I recently do Laravel Website with TailwindCss now I found an issue, I don't know how this happens, I do a class my code
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I'm unable to replicate that. Does this minimal example work the way you expect? https://play.tailwindcss.com/gJgFbKuTC0
|
Beta Was this translation helpful? Give feedback.
-
|
my Experience, if want to use TailwindCss in Laravel, follow the documentation from Laravel Website, I don't know how this happend, but i do it, and done. for Laravel user, don't follow from TailwindCss for the installation on my experience |
Beta Was this translation helpful? Give feedback.
-
|
I'm not sure if anyone tried this but for those that have this glitch. I checked tailwind play and it worked which baffled me. As an aside, my coworkers didn't have the issue on Chrome. So I kept digging in the dev tools and found the code below. After a little reddit dive I learned its an extension injecting the style which sure enough was overriding tailwind. For me it was the Show Window Size extension but yours maybe different. I disabled mine and the tailwind classes started working. Give it check to see. Hope this helps. |
Beta Was this translation helpful? Give feedback.


my Experience, if want to use TailwindCss in Laravel, follow the documentation from Laravel Website, I don't know how this happend, but i do it, and done. for Laravel user, don't follow from TailwindCss for the installation on my experience