Answer the question
In order to leave comments, you need to log in
How to optimize CSS GULP?
Hello, friends! Tell me a plugin that can optimize CSS, and more specifically, can do the following:
there are two code snippets
@media (min-width: 414px){
.class {
padding-bottom: 25px;
}
}
@media (min-width: 414px){
.class {
padding-top: 25px;
}
}
@media (min-width: 414px){
.class {
padding-top: 25px;
padding-bottom: 25px;
}
}
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