Skip to content

Commit

Permalink
Fix vertical-stack for Lit 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jun 4, 2021
1 parent 2825ec5 commit 6563571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/vertical-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (moduleEnabled(MODULE)) {
customElements.whenDefined("ha-card").then(() => {
const IN_CARD_STYLE =
VERTICAL_STACK_IN_CARD_STYLE +
customElements.get("ha-card").getStyles().cssText;
customElements.get("ha-card").styles.cssText;
createModule(ELEMENT, function () {
if (
this._config.in_card === true &&
Expand Down

0 comments on commit 6563571

Please sign in to comment.