Skip to content

petekeller2/Element-To-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

About

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/

Setup

  1. Create a venv environment named venv
  2. export FLASK_APP=app/run.py
  3. . venv/bin/activate
  4. Update app/config.json or the config environment variables
  5. flask initdb
  6. flask run

About

Move CSS styles off of elements and into classes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published