Css-Ripper
copy contents of your react index -> Application outputs a css file with all your classnames/ids ready to use
How to use
- make sure python 3.6 is installed
- -> command: python css_ripper /location/of/inputReactFile <-
- once ran, the program will search for all id/classnames and output a css file in your current directory for you to use :)