For my understanding, extend not allowed customization, and include allowed. @extend %button background-color: lightgrey &:hover, &:active background-color: white a @extend %button button @extend %button @include @mixin my-button($size: 15, $color: red) { @include inline-block;