vigour-io/brisky-render

State-driven background and background-color cannot co-exist

Closed this issue · 1 comments

Background and background-color cannot co-exist with one or more subscriptions to ‘colour-variable(s)’ in state.

Example:

background: { $: 'style.bgGradient' }, // -webkit-radial-gradient(center right,ellipse farthest-side, red, blue)
backgroundColor: { $: 'style.bgColor' }, // green

i think this is a js inline style limitation