I have commented out SASS code:
/*
* @for $i from 1 through 5 {
* .class-#{$i} {
* color: #000;
* }
* }
*/
but I still receive information like this:
Undefined variable: "$i".
Try to put the code above to the sassmeister.com and you will receive the same info about undefined variable or try to compile (in SASS) the above code to receive the same info.
Is it correctly commented out?