vigour-io / brisky-render

Render engine of brisky
ISC License
1 stars 1 forks source link

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

Closed mortenbroesby closed 7 years ago

mortenbroesby commented 7 years ago

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
jimdebeer commented 7 years ago

i think this is a js inline style limitation