-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi there! Thanks for this awesome plugin, it's been invaluable at my job.
I've just started using LitElement, and the standard (at least at our company) for that is to return the styles separate from the render function. There would be a method like this:
static get styles() {
return css`
:host {
display: inline-block;
}
:host([hidden]) {
display: none;
}
`;
}
Is it possible and/or not too difficult to be able to have CSS syntax highlighting in there?
lkraav and dman777
Metadata
Metadata
Assignees
Labels
No labels