// Whitespace $arr: 'normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'break-spaces'; @each $name in $arr { .whitespace-#{$name} {white-space: #{$name};} }