<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/learn-sass/lessons/functions-and-operations/exercises/for-loops
<In what way does your code behave incorrectly? Include ALL error messages.>
@for $i from 1 through $total {
.ray:nth-child(#{$i}) {
background: blue;
}
}
Why there are the number sign(#) and curly braces( { } ) around the $i variable index? What are they doing there?
Can someone please explain it to me? Thanks in advance Codeacademy Schoolmates!
Replace this line with your code.
<do not remove the three backticks above>