ofekashery / vertical-stack-in-card

📐 Home Assistant Card: Group multiple cards into a single sleek card.
MIT License
897 stars 79 forks source link

Feature: custom styles #110

Closed TimonLukas closed 3 years ago

TimonLukas commented 3 years ago

Fixes #109 by adding the ability to define custom CSS directives applied to child elements.

Example:

type: 'custom:vertical-stack-in-card'
styles:
  '--ha-card-background': transparent

This allows users to easily fix issues stemming from themes! It's also optional.

ofekashery commented 3 years ago

Thank you, @TimonLukas! 💫