This application is used to move CSS styles off of elements and onto classes. One reason why you would want to do this is to avoid a conflict of styles on elements. Example: You put styles directly on an element and then use a library that also does this.
This app is running at https://www.element-to-class.com/
- Create a venv environment named venv
export FLASK_APP=app/run.py
. venv/bin/activate
- Update app/config.json or the config environment variables
flask initdb
flask run