Custom Properties
Everything on SkillVeris tagged Custom Properties — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What Are CSS Custom Properties (CSS Variables)?
CSS custom properties, written as --name and read with var(--name), are author-defined variables that cascade and inherit like any other CSS property, letting…
How Do You Implement Dark Mode in a Web App?
Dark mode is implemented by defining theme values as CSS custom properties, switching between a light and dark set of those values based on either the user’s O…