I need to combine multiple scss file into a single file like reported in this stackoverflow question. Is this possible or not in gulp-sass?
I think you need gulp-concat or cssnano
gulp-sass just turns a sass file into a css file. Anything other than that needs to be done by other plugins.
Most helpful comment
gulp-sass just turns a sass file into a css file. Anything other than that needs to be done by other plugins.