Re: [csswg-drafts] css expression inheritance

@tabatkins though I understand this "building up" a variable as you nest is a separate feature, I don't s'pose iteration like...

```css
.el       { --index: 1; }
.el ~ .el { --index: calc(var(--index currentValue) + 1); }
```
...would ever be viable? In line with https://github.com/w3c/csswg-drafts/issues/1026?

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

Received on Wednesday, 13 June 2018 19:55:52 UTC