Answer the question
In order to leave comments, you need to log in
Is it possible to do a nested extend in sass?
Let's say I have such a structure.
.header {
.level-0 {
//далее некий набор стилей
}
}
.footer {
.level-3 {
@extend .header.level-0;
}
}
.footer {
.level-3 {
@extend .header .level-0;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question