vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. #1153

Open aldanux opened 4 years ago

aldanux commented 4 years ago

Module Warning:

Gradient has outdated direction syntax. New syntax is like to left instead of right.

Instead of: background-image: linear-gradient(top, #fdd49a, #fdf59a);

should be: background-image: linear-gradient(to top, #fdd49a, #fdf59a);

Argun commented 4 years ago

There are three opened issues about gradient syntax issue, is this library not maintained? https://github.com/vitalets/x-editable/pull/1146 https://github.com/vitalets/x-editable/pull/1134