You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem here is that the scoped style class is selectively applied to elements depending on whether astro believes they will be styled, right? so if the <a> element got the class, it'd be fine
The scoped class is targetting the ::after pseudoselector instead of :any-link. And because there's no astro-RJEN7MQD attached to the pseudoselector (it can't have classes too), the style isn't applied properly.
What version of
astro
are you using?1.9.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Windows 11
Describe the Bug
Current behavior
The style is converted to the CSS below:
The style is not applied to the
a
element.Expected behavior
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-bqgpy9?file=src/pages/index.astro
Participation
The text was updated successfully, but these errors were encountered: