CSS compressor written in OCaml

Taddeus Kroes 5c4c7aa3c3 Cleanup před 12 roky
.gitignore 6ee79d6b7b Cleanup před 12 roky
Makefile 67ffce347c Implemented a generic traversal function před 12 roky
README.md 3feaacd099 Added initial README před 12 roky
color.ml 67ffce347c Implemented a generic traversal function 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 67ffce347c Implemented a generic traversal function před 12 roky
stringify.ml 67ffce347c Implemented a generic traversal function před 12 roky
types.ml 5c4c7aa3c3 Cleanup před 12 roky
util.ml 5c4c7aa3c3 Cleanup před 12 roky

README.md

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