Re: [csswg-drafts] Proposal: Custom CSS Functions & Mixins (#9350)

> I don't know of this ability existing in any other language

Not to defend Crissov's idea, but it sounds like `arguments` in JS:

```js
function sum() {
  return arguments[0] + arguments[1];
}
sum(2, 3); // 5
```

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


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

Received on Monday, 12 February 2024 21:14:37 UTC