Add some support for card-modder

This commit is contained in:
Thomas Lovén 2019-03-01 13:44:24 +01:00
parent aa426e7160
commit b012ea66cc

View File

@ -29,6 +29,10 @@ class LayoutCard extends cardTools.LitElement {
this.style.padding = "0";
}
this.build();
this._cardModder = {
target: this,
styles: this.shadowRoot.querySelector("style")
};
}
static get styles() {