Closed
Description
In #866, I moved style initialization from finalize()
to initialize()
to help implement a theming api for Material Web Components. However, this API change should also be helpful for Vaadin, and many other theme APIs that might come up.
Let's use this issue to agree on an API contract for theme injection in LitElement.