Summary
Convert React style defined as an object to pure inline css (string).
Installation
npm install react-style-object-to-css
Example
const reactToCSS = const styleObj = backgroundColor: 'blue' fontSize: 14 // result === "background-color: blue; font-size: 14px;"const result =