Answer the question
In order to leave comments, you need to log in
How to do combine css?
Tell me how to combine css properties or maybe a warning about duplicate selector when generating a project in gulp?
There is main.scss with code:
@import "global.scss";
body {
color: #fff;
}
body {
background: green;
}
body {
color: #fff;
}
body {
background: green;
}
body {
color: #fff;
background: green;
}
Answer the question
In order to leave comments, you need to log in
I use gulp-csso If, in fact, minification is not needed, it is perfectly disabled, you can leave only the necessary optimizations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question