Answer the question
In order to leave comments, you need to log in
Optimizing css classes in webpack?
Greetings!
When building a project, when compiling scss > css, in css I notice a lot of classes that could be optimized.
Available at the output:
.element_1 {
color: red;
}
.element_2 {
color: red;
}
.element_1, .element_2 {
color: red;
}
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