Answer the question
In order to leave comments, you need to log in
Is it possible in scss to have a selector with multiple ampersands?
how to use ampersand twice in
css selector the result should be like this:
root_social.root_last{
color: red;
}
.root{
&_social.root_last{
color: red;
}
}
Answer the question
In order to leave comments, you need to log in
try
.root{
&_social#{&}_last{
color: red;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question