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

Another use case here:
```css
.item:nth-of-type(n) {
  transform: rotate(calc(n*10deg)); /* 10 comes from 360/totalItemsCount */
}
```

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


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

Received on Monday, 20 December 2021 11:03:48 UTC