🏠 New in High Baseline Support: revert

January 27, 2023

caniuse · mdn · spec

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