Description
Is your feature request related to a problem? Please describe.
Problem: Svelte does not provide sufficient flexibility when implementing CSS. For example, the ability for scoped components to modify styles related to other components or to modify component scope.
Describe the solution you'd like
Since I am unaware of a way to accomplish this using existing Svelte methods, I would like a way to disable Svelte's CSS scoping application-wide. The ability to disable scoping would allow me to custom implement scoping either on my own or via third party plugins.
Describe alternatives you've considered
Neither of these features are unique and both exist in competing frameworks.
How important is this feature to you?
I cannot use Svelte, either in legacy applications or new ones, until I have a way for scoped components to modify the CSS of other scoped components.