zip($*lists)

Combines several lists into a single comma-separated list, with spaces between similarly placed items. If we have the lists 1, 2, 3 and A, B, C, they will be combined into 1A, 2B, 3C, etc. The length of the resulting list is the length of the shortest list.

Get Pragmatic Guide to Sass now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.