The most common features I remember needing prefixes for were features such as flexbox
, border-radius
, box-shadow
, etc... but now they
Browser vendors are getting better at supporting features. That said, some newer or experimental features will require a prefix; but trying to remember or memorize them seems impractical.
You can check if your CSS needs any vendor prefixes by using tools like Autoprefixer CSS online. This tool generates prefixes based on the information provided from canIuse.
If you're using build tools for your project, check out: