CSS compressor written in OCaml

Taddeus Kroes 666cf5cadb Dependency fix 11 gadi atpakaļ
.gitignore 6ee79d6b7b Cleanup 11 gadi atpakaļ
Makefile 666cf5cadb Dependency fix 11 gadi atpakaļ
README.md 3feaacd099 Added initial README 12 gadi atpakaļ
lexer.mll 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ
main.ml 25806a8aea Created basic CSS parser, data stucture and stringifier 12 gadi atpakaļ
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ
parser.mly 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ
stringify.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ
types.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 gadi atpakaļ

README.md

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