CSS morsel for today: understanding CSS initial values using the unset keyword
Jul 16, 2023 · 2 min read · From 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, ...
Join discussion










