Answer the question
In order to leave comments, you need to log in
How to remove repeated css selectors when building gulp?
When using smart-grid, there are a few duplicate css selectors left. Is there a gulp plugin that wraps all properties of repeatable selectors into a single selector?
@media screen and (max-width: 960px) {
.productItem__img {
width: calc(50% - 30px);
}
.far {
width: calc(50% - 30px);
}
.far {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
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