postcss-for
postcss-for copied to clipboard
loop-error occurs (Module build failed: Undefined variable $i)
@for $i from 1 to 13 { .target:nth-child(#{$i}) { animation-delay: $i * 0.1s; } } For Loop increment of nth-of-child elements and their delay value..
I am also getting this issue
Same here, seems this project is no longer maintained :(
The same issue is happening..........
Try writing as
.target:nth-child($(i)) { animation-delay: $(i) * 0.1s; } }