all

abstract var all: All?(source)

The all shorthand CSS property resets all of an element's properties except unicode-bidi, direction, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.

Syntax: initial | inherit | unset | revert | revert-layer

Initial value: There is no practical initial value for it.

| Chrome | Firefox | Safari  | Edge | IE  |
| :----: | :-----: | :-----: | :--: | :-: |
|   37   |   27    |   9.1   | n/a  | No  |

See also