Skip to main content

Cascade Layers Requirement

Tokenami relies on CSS cascade layers, so it works in browsers that support the @layer rule. This is a fundamental requirement for Tokenami to function properly.

Supported Browsers

The following browsers support Tokenami:
BrowserMinimum Version
Chrome Chrome99+
Edge Edge99+
Firefox Firefox97+
Safari Safari15.4+
iOS Safari iOS Safari15.4+
Opera Opera86+

Browserslist Configuration

You can use browserslist to add autoprefixing to your CSS properties in the generated CSS file. However, Tokenami currently doesn’t support vendor-prefixed values, which is being tracked in this issue.
Tokenami does not support browsers below the listed supported browser versions. We recommend using "browserslist": ["supports css-cascade-layers"] if you’re unsure about your target browsers.

Checking Browser Support

You can check cascade layer support for specific browsers on Can I Use.

Need Help?

If you have questions about browser compatibility, join our Discord server for support.