CSS compressor written in OCaml

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

README.md

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