Add some support for card-modder
This commit is contained in:
parent
aa426e7160
commit
b012ea66cc
@ -29,6 +29,10 @@ class LayoutCard extends cardTools.LitElement {
|
|||||||
this.style.padding = "0";
|
this.style.padding = "0";
|
||||||
}
|
}
|
||||||
this.build();
|
this.build();
|
||||||
|
this._cardModder = {
|
||||||
|
target: this,
|
||||||
|
styles: this.shadowRoot.querySelector("style")
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles() {
|
static get styles() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user