Introduction
Lists in Sass help you group several values together so you can use them easily in your styles.
When you want to store multiple colors to use in different parts of your design.
When you need to keep a set of font sizes to apply consistently.
When you want to loop through a group of values to create repeated styles.
When you want to pass multiple values as one argument to a mixin or function.