Answer the question
In order to leave comments, you need to log in
How to nest a tag inside a class in SCSS?
Hello,
there is a body tag with the class myclass for which you need to write styles. Scss can be written like this:
body {
&.myclass {
//здесь стили
}
}
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