Open
Description
For example, it is required to use !important
to restyle va-card
because it explicitly has background declared in style attribute. That is not intuitive, so I'd prefer moving to CSS variables where in style tag we define new value for css variable, instead of style. It is pretty simple with v-bind.
Reproduce:
Try to change va-card background with css without important and nothing happens.
BTW, --va-card-background-color
is useless because even if it redefined background color from prop is taken. Consider deleting this css variable?