HTML Dog
Skip to navigation

CSS Property: all

Resets all properties.

Applies to all properties except direction and unicode-bidi.

Possible Values

Example


.lazyKoala {
    all: initial;
}
/* Returns all properties to their initial state. */

Browser support

Can I Use css-all? Data on support for the css-all feature across the major browsers from caniuse.com.