Answer the question
In order to leave comments, you need to log in
How to organize the correct sass structure?
There was a question concerning the organization of structure in sass. I read that it is necessary that each element retains the structure of the DOM tree, approximately (or probably) like this:
body{
header{
.header-content{
.header-content__logo{
.logo__link{}
}
}
}
}
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