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

The main benefit would be with numerical values:
```css
.class {
  width: 10px;
  height: calc(var(width) + 5em);
}
```

-- 
GitHub Notification of comment by TheComputerM
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5729#issuecomment-734345139 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 15:00:30 UTC