Re: [css-houdini-drafts] Proposal: Custom functions for modifying CSS values (#857)

LGTM. Note for future self though: we could eventually get rid of the reparse requirement by doing explicit typing for the most common types, something like this:

```css
div {
    width: length(--f(x));
}
```

-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/857#issuecomment-488254373 using your GitHub account

Received on Wednesday, 1 May 2019 10:43:25 UTC