CSS compressor written in OCaml

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

README.md

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