gets a prefixed name for a css style
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`prefix-style` is a JavaScript utility that returns the prefixed CSS property name (e.g., `MozTransformStyle`) for a given camel case string (e.g., `transformStyle`) if the browser requires it, or `false` if the property is unsupported. It is designed for developers working with CSS properties in JavaScript, particularly those needing cross-browser compatibility for CSS transforms and other vendor-prefixed styles.