Describe your issue
Our current implementation for injecting styles to the DOM is very naïve it does not sort the style the same way we do in bundlers and the injection process is slow.
We want to align all the integrations to use the same sorting in dev (js) and production (css) build outputs.
Additional Context
No response
Describe your issue
Our current implementation for injecting styles to the DOM is very naïve it does not sort the style the same way we do in bundlers and the injection process is slow.
We want to align all the integrations to use the same sorting in dev (js) and production (css) build outputs.
Additional Context
No response