CSS compressor written in OCaml

Taddeus Kroes 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 éve
.gitignore 6ee79d6b7b Cleanup 11 éve
Makefile 5d9a77099e Lexer dependency fix 11 éve
README.md 3feaacd099 Added initial README 12 éve
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment 11 éve
main.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 éve
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup 11 éve
parser.mly 70f032a31d Lexer now correctly tracks line numbers + some general cleanup 11 éve
stringify.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 éve
types.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 éve
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments 11 éve

README.md

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