CSS compressor written in OCaml

Taddeus Kroes 666cf5cadb Dependency fix преди 11 години
.gitignore 6ee79d6b7b Cleanup преди 11 години
Makefile 666cf5cadb Dependency fix преди 11 години
README.md 3feaacd099 Added initial README преди 12 години
lexer.mll 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
main.ml 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
parser.mly 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
stringify.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
types.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 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.