csscutter Ruby CSS minifier inspired by cssmin. Examples of usage cutter = CssCutter.new cutter.optimize('a {color: red;}') # >> "a{color:red}"