// Utilities :: Transforms

.u-rotate-90 {
  transform: rotate(90deg);
}
