/// Paul Irish box-sizing:border-box for errthang
@mixin o-border-box {
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
}
