want to input this, continue to + 4 from 3
.test-3 {
}
.test-7 {
}
.test-11 {
}
.test-15 {
}
.test-19 {
}
.test-23 {
}
.
it would be better if we could do this, but it feels a little more difficult
.test-3 {
}
.test-4 {
}
.test-7 {
}
.test-8 {
}
.test-11 {
}
.test-12 {
}
.test-15 {
}
.test-16 {
}
.
Don"t know if the Sass loop has a way to do these things?