Open lukasleitsch opened 1 year ago
Thanks for reporting. Yes, the Tailwind update will be the reason why it's broken!
I don't have the time at the moment to fix this quickly. A PR would be very welcome.
Relying on Statamics Tailwind classes is fine, as they should cover everything and we don't need to create a custom one.
That the CSS breaks with a major update is ok.
In Statamic 4 Tailwind CSS was upgraded from 1 to 3.
Before:
After:
Beside the widget, all pages are effected.
The package should provide custom css files to be independent of the cp css files. I guess Statamic uses a custom Tailwind CSS build, therefore not all Tailwind classes can be used.
If I find the time, I'll create a PR.