filamentgroup / grunt-criticalcss

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

box-shadow #25

Closed marcobiedermann closed 8 years ago

marcobiedermann commented 9 years ago

It seems that box-shadow is not processed correctly.

Input:

box-shadow: 0 1px 5px rgba(0, 0, 0, .2);

Output:

box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 5px;
jefflembeck commented 8 years ago

Closing this as it should've been fixed with our newest release.