postcss / autoprefixer

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

What configuration is needed for `background-clip: text` #1486

Closed DenizUgur closed 1 year ago

DenizUgur commented 1 year ago

Regarding the issue with #1081, I don't seem to get the -webkit- prefix. The browserslist I'm using is >0.1%, defaults. Am I missing something?

ai commented 1 year ago

You need to select very very old versions mentioned here https://caniuse.com/background-img-opts

DenizUgur commented 1 year ago

What do you mean by that? Can you give an example?

ai commented 1 year ago

According to https://autoprefixer.github.io/ last 1 chrome versions will be enough

DenizUgur commented 1 year ago

Perfect, thank you.