@for $space from 0 through $spacing-limit {
  $value: $space + rem;
  .util-pad {
  }

  .util-margin {
  }
}