Skip to content

Ability to disable css scope across entire application #4764

Closed
@bmlyon

Description

@bmlyon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions