线性渐变上错误的Autoprefixer编译

时间:2014-04-28 12:00:22

标签: css3 linear-gradients codekit

我正在使用Codekit 2(2.0.4)和Autoprefixer-

background: linear-gradient(to top, black, white);  

变成了这个:

background: linear, to top, black, white;

1 个答案:

答案 0 :(得分:2)

此问题出现在旧的Autoprefixer版本上,并在最新版本中得到修复。但很难更新分隔CodeKit的Autoprefixer(这是使用Grunt的好处之一)。