postcss-minify-gradients
Install
npm install postcss-minify-gradientsExample
Input
h1 {
background: linear-gradient(to bottom, #ffe500 0%, #ffe500 50%, #121 50%, #121 100%)
}Output
h1 {
background: linear-gradient(180deg, #ffe500, #ffe500 50%, #121 0, #121)
}Usage
Contributors
License
Last updated