Web features explorer

unset

Widely available since 2018-09-21
Tags: css Groups: CSS > Explicit defaults

The unset keyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (like color) reset to the parent element's computed value. Non-inherited properties (like display) reset to the specified initial value (inline).

Learning resources on MDN

Browser support (view on caniuse.com)