filamentgroup / grunt-criticalcss

Grunt wrapper for criticalcss
MIT License
530 stars 27 forks source link

`auto` removed from `background-size: auto 123px` #26

Closed machal closed 8 years ago

machal commented 9 years ago

Looks like grunt-criticalcss removes some CSS values.

Original version:

background-size: auto 123px;

grunt-critical version:

background-size:  123px;

Issue looks to be related to #24 and #25.

jefflembeck commented 9 years ago

After some testing, it is definitely related. This issue will be fixed as soon as https://github.com/Medium/phantomjs/issues/288 is updated/closed (so the cross-platform installation of Phantom 2.x works well)

jefflembeck commented 8 years ago

This should be fixed with the latest release.