- From: jonjohnjohnson via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jun 2018 19:55:49 +0000
- To: public-css-archive@w3.org
@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