CSS compressor written in OCaml

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

README.md

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