Browser Support

Gain an understanding of the browsers that are compatible with Tailbreeze and how to handle vendor prefixes.

Supported browsers

All major browsers and platforms are supported by Tailbreeze, including the most recent stable releases. You can find our supported range of browsers and their versions in the browserslist entry in package.json

"browserslist": [
    "last 2 versions",
    "not dead",
    "not ie > 0"
],

We use Autoprefixer to handle intended browser support via CSS prefixes, which uses Browserslist to manage these browser versions.

Mobile devices

Tailbreeze supports the latest versions of each major platform’s default browsers including Chrome, Safari, Samsung Internet, Edge, Firefox etc.

Desktop browsers

Similarly, the latest versions of most desktop browsers are supported. That includes, Chrome, Firefox, Safari, Edge, Opera etc.

Internet Explorer

None of the IE versions, including IE 11, are supported.