Vendor Prefixing

Learn about vendor prefixing.

CSS vendor prefixes

CSS vendor prefixes (or browser prefixes) are a way for browsers to provide access to new CSS features that aren’t yet considered to be stable.

We can use these newer CSS features with the browsers that support them by using prefixes instead of waiting for all browsers to catch up.

For example, before CSS transitions were fully supported, ...