Answer the question
In order to leave comments, you need to log in
What does the selector & + & {...} select?
What the SCSS selector selects & + & { ... }
Answer the question
In order to leave comments, you need to log in
.block {
&+& { color: red;}
}
.block + .block {
color: red;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question