CSS compressor written in OCaml

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

README.md

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