unset
Widely available
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)
- Chrome 41 Released on 2015-03-03
- Chrome Android 41 Released on 2015-03-11
- Edge 13 Released on 2015-11-12
- Firefox 27 Released on 2014-02-04
- Firefox for Android 27 Released on 2014-02-04
- Safari 9.1 Released on 2016-03-21
- Safari on iOS 9.3 Released on 2016-03-21