UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

4 lines 282 B
function stylesheet(hostSelector, shadowSelector, nativeShadow) { return "h1" + shadowSelector + " > a" + shadowSelector + " {}\nh1" + shadowSelector + " + a" + shadowSelector + " {}\ndiv.active" + shadowSelector + " > p" + shadowSelector + " {}\n"; } export default [stylesheet];