CSS compressor written in OCaml

Taddeus Kroes add0131595 Replaced OCamlMakefile with custom Makefile преди 11 години
.gitignore 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
Makefile add0131595 Replaced OCamlMakefile with custom Makefile преди 11 години
README.md 3feaacd099 Added initial README преди 12 години
lexer.mll 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
main.ml 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
parse.ml 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
parser.mly 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
stringify.ml 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години
types.ml add0131595 Replaced OCamlMakefile with custom Makefile преди 11 години
util.ml 25806a8aea Created basic CSS parser, data stucture and stringifier преди 12 години

README.md

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