UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

14 lines (11 loc) 213 B
:host(.foo) { background: linear-gradient(to top, var(--lwc-color), var(--lwc-other)); color: var(--piero); } :host { content: "prost"; } :host p span { color: red; background-color: aqua; }