- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Dec 2021 11:53:05 +0000
- To: public-css-archive@w3.org
@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