CSS compressor written in OCaml

Taddeüs Kroes 71ae054ffc Added some lowercase casts to parser for input normalization hace 11 años
.gitignore 6ee79d6b7b Cleanup hace 11 años
Makefile 20418d8e90 Started implementing some color optimization hace 11 años
README.md 3feaacd099 Added initial README hace 12 años
color.ml 20418d8e90 Started implementing some color optimization hace 11 años
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment hace 11 años
main.ml 20418d8e90 Started implementing some color optimization hace 11 años
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup hace 11 años
parser.mly 71ae054ffc Added some lowercase casts to parser for input normalization hace 11 años
stringify.ml e9ae0066f5 Moved some helper functions to utils hace 11 años
types.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) hace 11 años
util.ml e9ae0066f5 Moved some helper functions to utils hace 11 años

README.md

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