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

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Editing Python Class in Shell and SQLAlchemy -

java - JavaFX WebEngine Video Playback in Linux -