That would be great if we could edit CSS variable name.
Use case :
I use --space-xl : clamp(3.375rem, 3.2446rem + 0.6522vw, 3.75rem) and it's not enough responsive in mobile format. I don't want to delete --space-xl in Global Root otherwise I will lost every place I set --space-xl. So, I replace value by clamp(2.25rem, 1.7283rem + 2.6087vw, 3.75rem) which "--space-l-xl".
Or is there a way of knowing where I've placed all my CSS variables?