Inline icon indicating copy to clipboard operation
Inline copied to clipboard

<link> before <style> on <ClientRouter /> navigation

Open jstask82 opened this issue 2 months ago • 0 comments

If a navigation has happend via the < ClientRouter />, the <link rel="stylesheet" href="/_astro/filename.css"/> appears before the inline <style>beastie styles here</style> tag, but it should be the other way around, just like on a regular page load.

This causes issues, because some classes do not to apply in the intended order.

jstask82 avatar Oct 13 '25 18:10 jstask82