Closed Jaybuz closed 4 months ago
If we don't bundle the styles used by the addon, there's a lot of tailwind classes that aren't available because they're not used inside of (and thus not compiled by) Statamic itself. So that's unfortunately not an option.
Can you think of a way to include the addon styles before the core files? Changing the order should intuitively solve this...
A prefix would fix it: https://tailwindcss.com/docs/configuration#prefix
Your
.w-full
is overriding the default responsive classes.See my screenshot:
I would suggest removing the addon CSS and try to use the built-in Statamic Tailwind CSS instead.
Thanks.