Is it possible to apply framework styles to nested lit-element? An idea is to disable shadow dom. I tried this.
createRenderRoot() {
return this;
}
It does not do what I need. I see that I can recompile styles into components. But right now I am looking for an easier solution. There is a solution - Specify the render root. This solution rid of shadowRoot. Styles were applied but , does not work.