Skip to content

jhudson8/gwm-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sass plugin for gulp-web-modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published