Closed mortenbroesby closed 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
i think this is a js inline style limitation
Background and background-color cannot co-exist with one or more subscriptions to ‘colour-variable(s)’ in state.
Example: