I am learning SASS (with scss format) and I have a doubt with the for loop. I have 10 div and I want to give a order to each of them. Then I thought about this:
The issue is that the nth-child () does not support the variable $ i. Any way to do it? With another selector?
Thank you.