CSS compressor written in OCaml

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

README.md

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