//
//
@import "../base/base";
//iconfont
@import "../font/iconfont-180726.scss"; //iconfont
as above, this scss
file is a public package, and the page has its own separate scss
file that references the current common class package. When I am packing, I use gulp-sass
to package, and some styles that are not used in the current page are generally packaged, resulting in the packaged css
file with a lot of irrelevant css
. How can I solve this problem?