Browser Support

Understanding which browsers xstyled supports and how to manage vendor prefixes.

xstyled is compatible with all modern browsers, in fact all browsers that support CSS variables.

Certain features such as focusVisible are included but not supported natively by all modern browsers. We've included information about recommended polyfills for those features directly alongside the documentation for the features themselves.

styled-components and Emotion both automatically add prefixes in your CSS without any additional configuration.

Edit this page on GitHub