Hacker News new | ask | show | jobs
by easrng 1546 days ago
I think they're trying to say that you can't

  :root {
    --prop: color;
    --value: red;
    var(--prop): var(--value)
  }