CSS question detail
What is the difference between `unset`, `initial`, and `revert`?
initial resets to spec default, unset acts inherited-or-initial, revert returns to prior cascade origin behavior.
CSS question detail
initial resets to spec default, unset acts inherited-or-initial, revert returns to prior cascade origin behavior.