@each $alignment in (left right center) {
  .u-text-align-#{$alignment} { text-align: $alignment }
}
