postcss / autoprefixer

Parse CSS and add vendor prefixes to rules by Can I Use
https://twitter.com/autoprefixer
MIT License
21.66k stars 1.26k forks source link

update data for `text-decoration` #1478

Closed romainmenke closed 2 years ago

romainmenke commented 2 years ago

Partial fix for the text-decoration issue. This ensures that text-decoration will be prefixed even in current Safari versions. It also updates the tests related to text-decoration

https://github.com/postcss/autoprefixer/issues/1473


I did my best to avoid conflicts with https://github.com/postcss/autoprefixer/pull/1474 as both are needed. But it will be needed to rebase one of these and resolve conflicts.

ai commented 2 years ago

Looks good. But I have too much work today. We review deeply tomorrow.

romainmenke commented 2 years ago

@ai thank you for your time reviewing this and for formatting the changes 🎉