ITADN

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

#369Openjstask82 创建于 2025-10-13
bug
J
jstask82commented
If a navigation has happend via the [< ClientRouter />](https://docs.astro.build/en/guides/view-transitions/), 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.
0 条评论