Re: [css-values] CSS counters inside CALC function

I hit ENTER too soon:

The point of the example is that it could be done so much easier with
counters.
Like this:

div {counter-reset: pos}

e {counter-increment: pos; transform: rotate( calc( 30deg * counter(pos) )
> ) translateY(50px) }


Could you add this to the spec?

Received on Friday, 26 August 2016 11:36:44 UTC