Controlling when CSS custom property values are computed
Summary
The article explains how CSS custom property values are computed, including the default token-stream behavior and how @property can change when values are computed. It covers interactions with var(), URLs, and relative units, and provides practical examples using sibling-index() to illustrate computation timing.