PostCSS plugin to rewrite CSS gradients code with existing vendor prefixes
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This PostCSS plugin automatically converts outdated, vendor-prefixed CSS gradient syntax (like `-webkit-gradient`) into modern, standard `linear-gradient` declarations. It's designed for developers using PostCSS who need to update legacy CSS gradients while preserving the original prefixed code for backward compatibility with older browsers.