Answer the question
In order to leave comments, you need to log in
How to access the required class?
There are for example classes:
.btn, .obr {
display: block;
// something like .btn {
//font-size: 24px;
//}
}
and I need to refer only to .btn inside, so as not to write separately for it, but write inside the brackets
and so that the compilation
outputs .btn,.obr{
display:block;
}
.btn {
font-size: 24px;
}
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