Richard Terungwa Kombolterkplumber.hashnode.dev·Jul 16, 2023CSS morsel for today: understanding CSS initial values using the unset keywordFrom its description in the MDN docs, the unset CSS keyword is described as a way to reset a CSS property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. To understand what this means, say, ...CSS