sainture
1/1/2018 - 5:56 AM

@extend


.btn {
  width: 50px;
  height: 50px;
}

.btn-success {
  @extend .btn;
  background: green;
}