CSS compressor written in OCaml

Taddeüs Kroes 8b440b2781 Color optimization now works on all expressions 11 éve
.gitignore 6ee79d6b7b Cleanup 11 éve
Makefile 67ffce347c Implemented a generic traversal function 11 éve
README.md 3feaacd099 Added initial README 12 éve
color.ml 8b440b2781 Color optimization now works on all expressions 11 éve
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment 11 éve
main.ml 20418d8e90 Started implementing some color optimization 11 éve
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup 11 éve
parser.mly 67ffce347c Implemented a generic traversal function 11 éve
stringify.ml 67ffce347c Implemented a generic traversal function 11 éve
types.ml 5c4c7aa3c3 Cleanup 11 éve
util.ml 7e2879181c Added a comment 11 éve

README.md

mincss is a CSS minifier that merges different groups of properties, for different selectors.