🏠 New in High Baseline Support: unset

September 21, 2018

caniuse · mdn · spec

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