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

I always think that the behaviour of custom properties should (possibly) not differ from normal properties.
That's why I'm throwing these lines into the room:

```css
.el {
    padding-top: 2rem;
    padding-bottom: 2padding-top;
}
```

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


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

Received on Friday, 17 June 2022 11:17:46 UTC