Open GoogleCodeExporter opened 8 years ago
Just letting everyone know I have an ebuild for Gentoo Portage that will
install CssMin.php into /usr/share/php. It has the patches for no-quoting
keyframe names for @-moz-keyframes and support for @-ms-keyframes and
@-o-keyframes.
https://github.com/tatsh/tatsh-overlay
Get my overlay, and emerge dev-php/cssmin
Just make sure /usr/share/php is in your include path in your script.
require 'CssMin.php';
and use the API as normal.
Original comment by audvare
on 19 Jan 2012 at 3:48
Original issue reported on code.google.com by
audvare
on 19 Jan 2012 at 3:25Attachments: