6 lines
163 B
Stylus
6 lines
163 B
Stylus
RV-Utils__ElementAmount(callback, up-to=20)
|
|
for i in (1..up-to)
|
|
|
|
*:first-child:nth-last-child({i}),
|
|
*:first-child:nth-last-child({i})~*
|
|
callback(i, up-to) |