Web features explorer

unset

Widely available
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). To learn more, see unset at MDN.

Compatibility (view on caniuse.com)