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

@keyframe name surround by quote #235

Closed hemratna closed 5 years ago

hemratna commented 9 years ago

I'm using Laravel 4.2 with Asset Pipeline and there's something wrong with the minification of @ keyframe in css. When I minified css, Asset Pipeline wrap @ keyframe name by quote("), Which is working fine on Google Chrome, But not working on Firefox. After google search I found that double quote in @ keyframe name are not supported in Firefox. Please help. Thank you.