Sass Loop not working in firefox or chrome?

Please, can some help me with this sass problem? I don’t understand why the code doesnt pass for the sass for loop. I have tried the code in a few browsers.

@for $j from 1 through 6 { .text-#{$j} { font-size: $j * 10px; } }

Hello

Hello

Hello

Hello

Hello