How to Write Loops with Preprocessors
Loops are one of those features that you don’t need every day. But when you do, it’s awfully nice that preprocessors can do it because native HTML and CSS cannot.
Sass (SCSS)
for Loop
while Loop
each Loop
Less
for Loop
while Loop
(That’s what the abo...
stacklegacy.hashnode.dev1 min read