CSS compressor written in OCaml

Taddeus Kroes 8818b3177a Comment parsing fix 11 年之前
.gitignore 6ee79d6b7b Cleanup 11 年之前
Makefile e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 年之前
README.md 3feaacd099 Added initial README 12 年之前
lexer.mll 8818b3177a Comment parsing fix 11 年之前
main.ml 8bc10a4826 Added support for @font-face, @namespace, @keyframes + some general lexer/parser improvements 11 年之前
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 年之前
parser.mly 8818b3177a Comment parsing fix 11 年之前
stringify.ml 3ef13b70b8 Started implementing @supports 11 年之前
types.ml 3ef13b70b8 Started implementing @supports 11 年之前
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 年之前

README.md

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