It should be non-ambiguous when then CSS variable is defined (on the left of `:`) or used (on the right) so this would be really great to have: ```css :root { --x: blue; } div > span { color: --x; } ```