You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when my css contains background-image: -webkit-gradient(linear, left top, right top, from(0%, #555), to(100%, #333)); (and linear-gradient(to right, #555 0%, #333 100%);) the auto prefixer, also adds: -webkit-gradient(linear, left top, right top, from(#555), to(#333));
when my css contains
background-image: -webkit-gradient(linear, left top, right top, from(0%, #555), to(100%, #333));
(andlinear-gradient(to right, #555 0%, #333 100%);
) the auto prefixer, also adds:-webkit-gradient(linear, left top, right top, from(#555), to(#333));
see also: twbs/bootstrap#13643
The text was updated successfully, but these errors were encountered: