Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 387 Bytes

README.textile

File metadata and controls

11 lines (8 loc) · 387 Bytes

Simple tool handling conversion between CSS and CCSS (CleverCSS) formats

Usage:
./css2clever.py [-f ccss(default)|css] [-i INDENTION_STRING] input.css

Examples:
./css2clever.py -f css -t ’ ’ input.css
(outputs input.css as refactored CSS with 4 spaces as of single indention)

./css2clever.py input.css
(outputs input.css as refactored CleverCSS with TAB as a single indention)