CSS compressor written in OCaml

Taddeus Kroes 7986557346 @import now supports full media queries 11 年之前
.gitignore 6ee79d6b7b Cleanup 11 年之前
Makefile e31ac97ad1 Fixes in token case-sensitivity, hex color parsing and stringification 11 年之前
README.md 3feaacd099 Added initial README 12 年之前
lexer.mll 93d338fb74 Implemented CSS @media queries 11 年之前
main.ml da8c204296 Finished CSS2 grammar and updated main method 11 年之前
parse.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 年之前
parser.mly 7986557346 @import now supports full media queries 11 年之前
stringify.ml 7986557346 @import now supports full media queries 11 年之前
types.ml 7986557346 @import now supports full media queries 11 年之前
util.ml 5c088307bb First version of parser that compiles (still conflicts to resolve) 11 年之前

README.md

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