This question already has answers here:
Closed 3 years ago.
I want all my anchors in my application look like .btn (Twitter Bootstrap class), is there a way to make this?
I did
a{
@include btn;
}
but it does not work because btn should be a mixin, and it's a Twitter Bootstrap class.