CSS Custom Properties with @property
Have you heard about the CSS @property statement? 馃摚 @property is a CSS Houdini at-rule that allows us to configure CSS custom properties by data type using the syntax field, default values using the initial-value field, and set if it allows inherita...
