CSS prefix

Hello everyone, I need some opinions or suggestions. How do you determine when to use CSS prefixes? Which approach is more commonly used by developers: manually adding vendor prefixes or using a third-party tool like Autoprefixer
3 Replies
FraserWilk
FraserWilk9mo ago
Good question, I'm also keen to learn when/how to use prefixes.
b1mind
b1mind9mo ago
Yea use postCSS and you can just list how far back you want to go, autoprefixer will add them. For the most part I never use them unless I see an issue, not really something you need to worry about any more (and if you are just use postCSS) very few that are needed.
saikat
saikat8mo ago
In this Url we'll get the list of properties where css prefixes need to be used: https://shouldiprefix.com/
What CSS prefixes should I use?
An overview of what CSS features to prefix

Did you find this page helpful?