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.