CSS compressor written in OCaml

Taddeus Kroes 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports 11 rokov pred
.gitignore 6ee79d6b7b Cleanup 11 rokov pred
Makefile 5d9a77099e Lexer dependency fix 11 rokov pred
README.md 3feaacd099 Added initial README 12 rokov pred
lexer.mll 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports 11 rokov pred
main.ml 8bc10a4826 Added support for @font-face, @namespace, @keyframes + some general lexer/parser improvements 11 rokov pred
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 rokov pred
parser.mly 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports 11 rokov pred
stringify.ml 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports 11 rokov pred
types.ml 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports 11 rokov pred
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 rokov pred

README.md

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