- From: TheComputerM via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Nov 2020 15:00:25 +0000
- To: public-css-archive@w3.org
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