Loop Over Data with the SCSS @each Control Directive

InstructorAri Picker

Share this video with your friends

Send Tweet

The SCSS @for directive is great when we know how many iterations are required and we only need 1 variable. What if we need multiple variables to iterate over data sets? Hello SCSS maps and the @each control directive! In this lesson, we’ll check out iterating with lists and looping over data sets with maps and the @each directive.