🏠 New in High Baseline Support: revert
January 27, 2023
The revert CSS keyword resets any property to its previous default, provided by either the user or browser stylesheets. For example, setting display: revert on a <div> will likely result in display: block, the browser default style. This is often confused with initial.
Source features
css.types.global_keywords.revert[mdn]