Answer the question
In order to leave comments, you need to log in
Is it good to use @extend everywhere?
Is it good to use @extend everywhere...
There are 5 types of buttons on a large project:
.btn{
.....
&-black{
....
}
&-white{
....
}
&-orange{
....
}
}
Answer the question
In order to leave comments, you need to log in
@extend
needed for different classes and placeholders.
For example, if you have the same block border design for the header and footer.
Here, just a different colorization of the same buttons. Everything has already been done correctly and @extend
in this case is not required.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question