Introduction
Variable arguments let you send any number of values to a mixin. This makes your styles flexible and reusable.
When you want a mixin to accept different numbers of colors for backgrounds.
When you need to add multiple padding or margin sizes without writing many mixins.
When you want to create a button style that can have any number of shadow layers.
When you want to pass a list of fonts to a font-family property easily.