@each $alignment in (block flex inline-block) {
  .u-display-#{$alignment} { display: $alignment }
}
