CSS compressor written in OCaml

Taddeus Kroes b3315224d6 Fixed bug in nary-operator flattening %!s(int64=11) %!d(string=hai) anos
.gitignore 6ee79d6b7b Cleanup %!s(int64=11) %!d(string=hai) anos
Makefile ceb3781290 Removed unnecessary Batteries dependency from makefile %!s(int64=11) %!d(string=hai) anos
README.md 3feaacd099 Added initial README %!s(int64=12) %!d(string=hai) anos
color.ml 8b440b2781 Color optimization now works on all expressions %!s(int64=11) %!d(string=hai) anos
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment %!s(int64=11) %!d(string=hai) anos
main.ml 20418d8e90 Started implementing some color optimization %!s(int64=11) %!d(string=hai) anos
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup %!s(int64=11) %!d(string=hai) anos
parser.mly b3315224d6 Fixed bug in nary-operator flattening %!s(int64=11) %!d(string=hai) anos
stringify.ml 864add4049 Bugfix in @page minification %!s(int64=11) %!d(string=hai) anos
types.ml 5c4c7aa3c3 Cleanup %!s(int64=11) %!d(string=hai) anos
util.ml 7e2879181c Added a comment %!s(int64=11) %!d(string=hai) anos

README.md

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