deepwell / meteor-bootstrap-datepicker

Meteor package of bootstrap-datepicker
6 stars 9 forks source link

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

Open naterkane opened 6 years ago

naterkane commented 6 years ago

it seems that there isn't a newer version than 1.3.0 on Atmosphere, (see: https://atmospherejs.com/deepwell/bootstrap-datepicker2 ) yet the library is up to 1.7.1 currently.

autoprefixer: /<path>/app/packages/deepwell_bootstrap-datepicker2/lib/css/datepicker.css:140:2: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.
autoprefixer: /<path>/app/packages/deepwell_bootstrap-datepicker2/lib/css/datepicker.css:205:2: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.
autoprefixer: /<path>/app/packages/deepwell_bootstrap-datepicker2/lib/css/datepicker.css:257:2: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.
autoprefixer: /<path>/app/packages/deepwell_bootstrap-datepicker2/lib/css/datepicker.css:308:2: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.
autoprefixer: /<path>/app/packages/deepwell_bootstrap-datepicker2/lib/css/datepicker.css:380:2: Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.

This was fixed somewhere after 1.4.1 ... see https://github.com/uxsolutions/bootstrap-datepicker/issues/1594