CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
489 stars 53 forks source link

CSS Minification with Keyframes #225

Open Braunson opened 9 years ago

Braunson commented 9 years ago

Always whenever I have a CSS file with -ms-filter, @keyframes (@-moz-keyframes, @-webkit-keyframes, @-o-keyframes) the CSS minifier returns invalid css and no styles work.

I saw two previous (closed) issues on this but neither had solutions..