.btn-group {

  &-lg {
    > .btn {
      @extend .btn-lg;
    }
  }

  &-sm {
    > .btn {
      @extend .btn-sm;
    }
  }
}