Re: [csswg-drafts] [css-values] enable the use of counter() inside calc() (#1026)

Alternatively maybe some sort of nth-usage inside calc?

```
foo:nth-child(n) {
  animation-delay: calc(n) * 20ms; 
}
```


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


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

Received on Thursday, 16 November 2023 19:31:43 UTC