0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 00:51:01 +01:00
svelte/.changeset
Simon H aa23415179
fix: remove scoping for most :not selectors (#14177)
fixes #14168

This reverts the whole "selectors inside `:not` are scoped" logic. Scoping is done so that styles don't bleed. But within `:not`,everything is reversed, which means scoping the selectors now means they are more likely to bleed. That is the opposite of what we want to achieve, therefore we should just leave those selectors alone.

The exception are `:not` selectors with descendant selectors, as that means "look up the tree" and we need to scope all ancestor elements in that case.
2024-11-06 13:49:37 +01:00
..
config.json
four-countries-taste.md fix: issue with implicit public modifier causing undefined properties (#14153) 2024-11-05 20:29:38 +01:00
quick-eels-occur.md fix: remove scoping for most :not selectors (#14177) 2024-11-06 13:49:37 +01:00
README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation