Closed OrbisK closed 2 years ago
Is this a CSR only app?
If it's an SSR app. Naive's style is inserted in HTML. So it's client side's responsibility to insert style in correct position.
As you can see, naive's style is generated in server side so runtime inserted meta won't have effect. Also, tailwind preflight style is inserted in client side.
So the only way to solve your problem it to replace server generated style tag correctly in client side. I think you may write some code to replace them.
I am Not sure how to handle the Tailwind's Preflight Style Override.
I've tried:
Reproduction: https://github.com/random-rip/primebot-frontend