Description
CSS compatibility work can be automated by adding vendor prefixes based on browser support data from Can I Use. It is useful for web developers who want stylesheets to work across target browsers without manually tracking every prefix rule.
Use it as part of a build pipeline or stylesheet processing step. The output should still be checked when supporting unusual browser targets or legacy projects.