CSS compressor written in OCaml

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

README.md

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