css3 - Wrong Autoprefixer compilation on linear-gradient -
I am using codecit 2 (2.0.4) with Autoprefixer -
Background: Linear-gradient (top, black, white);
changed to:
Background: linear, top, black, white;
This problem was on the old Autoprefixer version and was fixed in the latest one. But it is difficult to separate the autoffixer from the codekit (this is one of the benefits of using Grunt).
Comments
Post a Comment