You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, this is semi-intended, I now override the cssText option, before I was setting the actual properties, but that had issues, for example margin-right wouldn't work it needed to be marginRight and CSS variables wouldn't work e,g. --paper-color: red. So this is definitely a better method, however, it can potentially override the cssText styles from other cards, or be overridden by them too.
I'll try appending the styles to cssText, instead of overriding them which should fix this issue.
It seems since version 0.3.2, the styles of other cards are removed. I notice this with the https://github.com/custom-cards/button-card for example.
It seems obvious that this is the cause: 20f145e
The text was updated successfully, but these errors were encountered: