@each $type in normal, nowrap, pre, pre-wrap, pre-line {
  .text-#{$type} {
    white-space: $type;
  }
}