Re: [csswg-drafts] [css-var] var(property) (#5729)

(I think this adds too much complexity to be worth doing, but I'll play anyway):

Is there a benefit vs. just using custom props? E.g.

```
.class {
  --width: 10px;
  width: var(--width);
  height: calc(var(--width) + 5em);
}
```

-- 
GitHub Notification of comment by andruud
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5729#issuecomment-734458705 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 26 November 2020 19:52:05 UTC