Re: [csswg-drafts] [css-variables-2] Custom units as simple variable desugaring (#7379)

Not something against, but it will look a bit odd :)

```
:root { --fr: calc(1rem * .25); }
.usage { grid-template-columns: 1--fr 1--fr 1--fr; }
```

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


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

Received on Thursday, 30 June 2022 10:37:22 UTC