CSS compressor written in OCaml

Taddeus Kroes e9ae0066f5 Moved some helper functions to utils 11 年之前
.gitignore 6ee79d6b7b Cleanup 11 年之前
Makefile e9ae0066f5 Moved some helper functions to utils 11 年之前
README.md 3feaacd099 Added initial README 12 年之前
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment 11 年之前
main.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 年之前
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup 11 年之前
parser.mly e9ae0066f5 Moved some helper functions to utils 11 年之前
stringify.ml e9ae0066f5 Moved some helper functions to utils 11 年之前
types.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) 11 年之前
util.ml e9ae0066f5 Moved some helper functions to utils 11 年之前

README.md

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