postcss-gradient-transparency-fix icon indicating copy to clipboard operation
postcss-gradient-transparency-fix copied to clipboard

PostCSS plugin to fix up CSS gradients with transparency for older browsers

Results 1 postcss-gradient-transparency-fix issues
Sort by recently updated
recently updated
newest added

Currently, there is no support for modern rgb() and the plugin generates warnings, for example: ```css a { background-image: linear-gradient( to top, rgb(0 0 0 / 0.6), 10%, transparent, 95%,...