New version: https://gist.github.com/xem/5476454 !
Project page: http://xem.github.io/miniMinifier/ (you can customize your minifier there, from 80 to 328 bytes)
This entry represents the 129 bytes build (color minification not included). It's the most I can put in one tweet.
129 bytes is the length of the expression, not including the function around. 140byt.es allows that, right?
This code takes CSS code and:
- Removes spaces, tabs, line breaks, comments
- Remove leading zeros and units after 0
- Preserves old IE comptibility
this is obsolete: see the new version here:
https://gist.github.com/xem/5476454