CSS compressor written in OCaml

Taddeus Kroes 20418d8e90 Started implementing some color optimization пре 11 година
.gitignore 6ee79d6b7b Cleanup пре 11 година
Makefile 20418d8e90 Started implementing some color optimization пре 11 година
README.md 3feaacd099 Added initial README пре 12 година
color.ml 20418d8e90 Started implementing some color optimization пре 11 година
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment пре 11 година
main.ml 20418d8e90 Started implementing some color optimization пре 11 година
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup пре 11 година
parser.mly 20418d8e90 Started implementing some color optimization пре 11 година
stringify.ml e9ae0066f5 Moved some helper functions to utils пре 11 година
types.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) пре 11 година
util.ml e9ae0066f5 Moved some helper functions to utils пре 11 година

README.md

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