ai opened this issue 10 years ago · 0 comments
@for $i from 1 to 10 by 3 { }
to iterates through 1, 4, 7, 10.
1
4
7
10