Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.4 KB

Readme.md

File metadata and controls

20 lines (14 loc) · 1.4 KB

css_press

csspool-st: Build Status csspool: Build Status

Main goals & principles

  • Compress css, but without support of any kind comment hacks. There are better ways to do crossbrowser styling. For example, IE conditional comments.
  • Compression done with the help of real css parser (csspool). Not Regexps.
  • Pure ruby.

Alternatives