This project is a Babel plugin that transforms `styleName` attributes in React components into `className` attributes using compile-time CSS module resolution. It's designed for React developers who want to use CSS Modules without the runtime overhead of `react-css-modules`, offering better performance (0-10% vs +50% impact) and a smaller bundle size (less than 2kb vs 17kb).
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Transforms styleName to className using compile time CSS module resolution.