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

@ShahriarKh Your use case seems better covered by #4559:
```css
.item { transform: rotate(calc(1turn * sibling-index() / sibling-count())) }
```
With a counter-based approach you would also need #3667 to know the totalItemsCount.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1026#issuecomment-997856354 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:53:06 UTC