Skip to content

:host styles not rendering #1057

Closed
Closed
@sclearion

Description

Following the exact instructions on the 'Step 2: Creating your own element' page of the main site, any styles defined in the :host tag do not render at all. Code using is shown below:

:host {
display: block;
position: relative;
background-color: white;
padding: 20px;
width: 100%;
font-size: 1.2rem;
font-weight: 300;
}

The code above does not change the background color to white or apply the padding. How can I work around this?

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