Filament preloaded css and my tailwind vite compiled css conflict.
Hi, I have a strange issue. When I run "npm run build", my css are generated and it kind of overrides filaments base theme css. For example:
Header div class list: "fi-header flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between". It looks very good, but .flex-col from my generated tailwind css file overrides "sm:flex-row" class.
But, if I run npm run dev. Then every thing looks as it supposed to be. Does anyone knows what could cause the issue?
What is also strange, that I do not have the same issue on my local environment.
0 Replies