Test CSS feature support on any browser - smart TVs, embedded devices, and non-standard environments.
CSS custom properties (variables) and functions for dynamic styling.
Define and use custom CSS variables with -- prefix.
--custom: red
Reference custom properties using the var() function.
color: var(--custom)