-
-
Notifications
You must be signed in to change notification settings - Fork 64
Customize for Lit.js #172
Copy link
Copy link
Closed
Description
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);
}
}
`;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels