css-ripper

A tool for extracting CSS class and ID names from any text


License
MIT
Install
pip install css-ripper==0.1.0

Documentation

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 :)