CSS Custom Properties
C
CSS Custom Properties
Definition
Native CSS variables defined with a double-dash prefix (--my-color) that can be reused throughout a stylesheet and modified dynamically with JavaScript. CSS Custom Properties enable theming, responsive design tokens, and component-scoped styling without preprocessors.