CSS – @property Rule
CSS @property Rule The @property rule is used to define custom CSS properties directly in the stylesheet without having to run any JavaScript. The @property rule has data type checking and constraining, sets default values, and defines whether the property…