@each $key, $border-radius in $u-border-radius {
  .u-border-radius-#{$key} {
    border-radius: $border-radius;
  }
}
