CSS compressor written in OCaml

Taddeus Kroes 9a5848cfe1 Rewrote main function, added some command-line arguments преди 11 години
.gitignore 6ee79d6b7b Cleanup преди 11 години
Makefile 5d9a77099e Lexer dependency fix преди 11 години
README.md 3feaacd099 Added initial README преди 12 години
lexer.mll 210179777f Renamed some tokens преди 11 години
main.ml 9a5848cfe1 Rewrote main function, added some command-line arguments преди 11 години
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) преди 11 години
parser.mly 210179777f Renamed some tokens преди 11 години
stringify.ml 90db3f19e6 Fixed parsing conflicts and stringification issues with @supports преди 11 години
types.ml 9a5848cfe1 Rewrote main function, added some command-line arguments преди 11 години
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments преди 11 години

README.md

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