mdbootstrap / mdb-ui-kit

Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/standard/
Other
24.06k stars 3.53k forks source link

Rename `color-adjust` to `print-color-adjust` to fix Autoprefixer deprecation warning #1496

Closed Vheissu closed 1 year ago

Vheissu commented 1 year ago

The W3 spec has deprecated the color-adjust property, but in its place added print-color-adjust which accepts the same values. As a result, in version of Autoprefixer 10.4.6 onwards, using MDB UI Kit will result in a deprecation warning and break builds with the warning. The fix is simple and I have done so in a pull request here.

gbujanski commented 1 year ago

Thanks for reporting. We'll check it.