CSS compressor written in OCaml

Taddeüs Kroes 864add4049 Bugfix in @page minification 12 年 前
.gitignore 6ee79d6b7b Cleanup 12 年 前
Makefile ceb3781290 Removed unnecessary Batteries dependency from makefile 12 年 前
README.md 3feaacd099 Added initial README 12 年 前
color.ml 8b440b2781 Color optimization now works on all expressions 12 年 前
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment 12 年 前
main.ml 20418d8e90 Started implementing some color optimization 12 年 前
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup 12 年 前
parser.mly bc931ce492 Function names in selector addons are now lowercased 12 年 前
stringify.ml 864add4049 Bugfix in @page minification 12 年 前
types.ml 5c4c7aa3c3 Cleanup 12 年 前
util.ml 7e2879181c Added a comment 12 年 前

README.md

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