@if $border-box-sizing == true {
  * {
    @include box-sizing(border-box);
  }
}