Top "Gulp-sass" questions

a gulp plugin for compilation of Sass to CSS.

Combine all sass files into a single file

Is there any option available in gulp-sass to combine sass files? For example: main.scss: $var: red; control.scss: @import …

sass gulp gulp-sass node-sass
Node.js error - return process.dlopen(module, path._makeLong(filename));

Getting below error for return process.dlopen(module, path._makeLong(filename)) module.js:597 return process.dlopen(module, path._makeLong(filename)); ^ …

node.js gulp-sass
gulp sass source map

I need help adding source map to SASS compiler in the same CSS output folder. Till now, I got to …

node.js sass gulp gulp-sass
Unable to use node-sass with Windows 64-bit with Node.js 10.x?

I'm using Node.js 10 which is the recommended version and just trying to run a simple gulp task to compile …

node.js gulp-sass node-sass
Gulp-sass not compiling Foundation 6 properly

I'm having some issues with Foundation 6 files, for some reasons they are just not including all of the sass components. …

gulp-sass zurb-foundation-6
Cannot find module '../lib/completion' Inspite of installing Completion

I am getting this error Cannot find module '../lib/completion' however I have installed completion and completion.js is …

node.js gulp gulp-sass completion
How to make Gulp wait until dest file is finished?

I want to run gulp-sass and after that check, what is the size of the generated css file. If I …

javascript gulp gulp-sass
Gulp suddenly compiling extremely slowly

Recently, for no reason I can tell, my gulp compile times for strictly sass tasks have become extremely slow. They …

node.js sass gulp node-sass gulp-sass