Controlling when CSS custom properties are computed
SMRTR summary
Registered CSS custom properties (via `@property`) compute earlier than unregistered ones, which store raw token streams and evaluate lazily. This subtle difference impacts functions like `sibling-index()`, relative units, container query units, and URL resolution.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article