CSS compressor written in OCaml

Taddeus Kroes 93d338fb74 Implemented CSS @media queries vor 12 Jahren
.gitignore 6ee79d6b7b Cleanup vor 12 Jahren
Makefile e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification vor 12 Jahren
README.md 3feaacd099 Added initial README vor 12 Jahren
lexer.mll 93d338fb74 Implemented CSS @media queries vor 12 Jahren
main.ml da8c204296 Finished CSS2 grammar and updated main method vor 12 Jahren
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) vor 12 Jahren
parser.mly 93d338fb74 Implemented CSS @media queries vor 12 Jahren
stringify.ml 93d338fb74 Implemented CSS @media queries vor 12 Jahren
types.ml 93d338fb74 Implemented CSS @media queries vor 12 Jahren
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) vor 12 Jahren

README.md

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