├── .gitignore ├── LICENSE ├── README.md ├── css-html-prettify.py ├── setup.cfg └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/README.md -------------------------------------------------------------------------------- /css-html-prettify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/css-html-prettify.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancarlospaco/css-html-prettify/HEAD/setup.py --------------------------------------------------------------------------------