Is there a way I can make Polymer WebComponents and LitElements coexist? It should be doable in theory, but afaik you cannot import html in LitElements, so it is actually infeasible. This issue try to address the problem https://github.com/Polymer/lit-element/issues/48
Is there a way to use importHref
in LitElement?