@mixin order($ss) {
  @for $i from -12 to 13 {
    .order#{$ss}-#{$i} {
      order: $i;
    }
  }
}