CSS compressor written in OCaml

Taddeus Kroes 93d338fb74 Implemented CSS @media queries преди 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 93d338fb74 Implemented CSS @media queries преди 11 години
main.ml da8c204296 Finished CSS2 grammar and updated main method преди 11 години
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
parser.mly 93d338fb74 Implemented CSS @media queries преди 11 години
stringify.ml 93d338fb74 Implemented CSS @media queries преди 11 години
types.ml 93d338fb74 Implemented CSS @media queries преди 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.