Answer the question
In order to leave comments, you need to log in
How to write the same properties for two pseudo-elements (SASS)?
For example, you need to set the same properties for the .box element and its two before and after pseudo-elements. How to write this concisely in SASS?
In css it would look something like this
.box,
.box::before,
.box::after {
width: 100px;
height: 100px;
и т.д
}
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