Generate CSS or SCSS from jsx or tsx style objects
npm install react-generate-cssReact Generate CSS is a command-line tool that transforms your jsx or tsx files from using the ugly style object on jsx elements to using css modules. Don't use this if you want style.
npx:\n\nbash\nnpx react-generate-css \n \n\nMake sure you have npx installed (it comes with npm 5.2+ and higher).