Enable using the linear-gradient while setting up the backgroundColor for the Slider component. For example: XML ``` <Slider class="left-gradient" minValue="0" maxValue="100" value="50" /> ``` CSS ``` .left-gradient { background: linear-gradient(to left, orangered, green, lightblue); } ``` <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59568421-feature-slider-linear-gradient-support?utm_campaign=plugin&utm_content=tracker%2F12908224&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12908224&utm_medium=issues&utm_source=github). </bountysource-plugin>