CSS Hooks
Documentation
Source on GitHub

Home > @css-hooks/core > Config > fallback

Config.fallback property

The fallback keyword to use when no other value is available. The revert-layer keyword is functionally the best option, but unset has better compatibility.

Signature:

fallback?: "revert-layer" | "unset";

Remarks

Compatibility data are available from Web Platform Tests.