Вопрос

Im using Codekit 2 (2.0.4) with Autoprefixer-

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

turned into this:

background: linear, to top, black, white;
Это было полезно?

Решение

This problem was on old Autoprefixer version and was fixed in newest one. But it is difficult to update Autoprefixer separated of CodeKit (it is one of benefits of using Grunt).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top