Is there any difference between setting a css property to the unset value or not setting it at all?
#element { border: unset; } #element