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. */
all
Resets all properties.
Applies to all properties except direction
and unicode-bidi
.
.lazyKoala {
all: initial;
}
/* Returns all properties to their initial state. */