Gulp-sass: Is it possible to combine multiple SCSS files in to a single file?

Created on 21 Oct 2016  路  2Comments  路  Source: dlmanning/gulp-sass

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?

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

webchaz picture webchaz  路  3Comments

simon-tma picture simon-tma  路  4Comments

mrgnou picture mrgnou  路  6Comments

OskHa picture OskHa  路  7Comments

demurgos picture demurgos  路  5Comments