gwm-sass
v0.0.4
Published
gulp-web-modules plugin used to compile all sass/scss into css
Downloads
4
Maintainers
Readme
gulp-web-modules plugin used to scan for all .sass/.scss files and convert to plain css
Usage
Place any sass/scss files within any section directories and they will be converted to css using gulp-sass before the merge
Install
Add this plugin to the gulp-web-module reference in your gulpfile
var gulpWebModules = require('gulp-web-modules'),
gwmSass = require('gwm-sass');
gulpWebModules({
plugins: [
gwmSass(options[, {gulp-sass}])
]
}).injectTasks(gulp);
Options
The options are a pass through to the gulp-sass module with the second parameter as the gulp-sass instance to use one other than the default