postcss / autoprefixer

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

Use caniuse-lite data for `::file-selector-button` #1438

Closed lukewarlow closed 2 years ago

lukewarlow commented 2 years ago

This PR changes file-selector-button to pull data from caniuse-lite (which in turn generates it from MDN see https://github.com/browserslist/caniuse-lite/pull/90).

Previously this data was hardcoded but it seems I may have done this wrong originally, rather than trying to fix the hardcoded data it makes more sense to do what I did for the autofill data.

lukewarlow commented 2 years ago

Will bump caniuse-lite version once the linked PR is merged and the data is released, and mark this PR as ready.

ai commented 2 years ago

caniuse-lite’s PR was accepted. Now let’s wait for caniuse-db release.

ai commented 2 years ago

Thanks. Released in 10.4.1.