Skip to content

Since 3.32.2 a single :host style selector is removed when producing web components #5982

@rd-stefan-riehmer

Description

@rd-stefan-riehmer

Is there a reason why, but the :host style selector is removed when compiling this. Works in svelte 3.32.1, but not in 3.32.2.

<style>
    :host {
        display: inline-block;
    }
    .hello {
        color: green
    }
</style>

Result:
only the .hello class is available in the compiled web component.

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