thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.13k stars 168 forks source link

Support multiple CSS classes #262

Closed mathieudutour closed 10 months ago

mathieudutour commented 1 year ago

Fix #242

Add support for both:

card_mod:
  class:
    - no-border
    - sticky

and

card_mod:
  class: "no-border sticky"
kulmegil commented 1 year ago

+1 for this. Sounds very useful with Button Card js templates

thomasloven commented 10 months ago

I like this. Thanks!