-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
- P2: has workaroundBug, but has workaround (priority)Bug, but has workaround (priority)
Description
Astro Info
Astro v5.12.0
Node v23.6.0
System Linux (x64)
Package Manager npm
Output static
Adapter none
Integrations @astrojs/svelte
astro:db
@astrojs/db/file-url
If this issue only occurs in one browser, which browser is a problem?
I have only tried Microsoft edge
Describe the Bug
CSS nested styles globally style all child components as well
div {
p {
color: blue;
}
}
for example this would effect <p>
even if it is in a child component
What's the expected result?
CSS nested styles should only effect elements inside component
Link to Minimal Reproducible Example
Participation
- I am willing to submit a pull request for this issue.
Metadata
Metadata
Assignees
Labels
- P2: has workaroundBug, but has workaround (priority)Bug, but has workaround (priority)