You want to use @extend .btn;
– @extend allows you to inherit all the properties of a selector without having to define it as a mixin.
You want to use @extend .btn;
– @extend allows you to inherit all the properties of a selector without having to define it as a mixin.