Skip to content

Customize for Lit.js #172

@MorviNord

Description

@MorviNord

Hi

Can you please tell me how to customize it for Lit component?

The &-container is not working

@customElement('welcome-component')
export class MyComponent extends StyledElement {
  static styles = css`
    .welcome {
      display: flex;

      justify-content: center;

      &-container {
        display: flex;

        filter: drop-shadow(0 0 2em #646cffaa);
      }
    }
  `;
}

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