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
Good question, I'm also keen to learn when/how to use prefixes.
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.
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