🏠 New in Low Baseline Support: unset
March 21, 2016
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).
Source features
css.types.global_keywords.unset[mdn]