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