CSS compressor written in OCaml

Taddeus Kroes 3feaacd099 Added initial README 12 éve
.gitignore 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
Makefile 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
OCamlMakefile 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
README.md 3feaacd099 Added initial README 12 éve
lexer.mll 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
main.ml 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
parse.ml 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
parser.mly 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
stringify.ml 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
types.mli 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve
util.ml 25806a8aea Created basic CSS parser, data stucture and stringifier 12 éve

README.md

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