Skip to content

Instantly share code, notes, and snippets.

@didoo
Created May 8, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didoo/16e7009f11fa15da1671 to your computer and use it in GitHub Desktop.
Save didoo/16e7009f11fa15da1671 to your computer and use it in GitHub Desktop.
var using = require('gulp-using'); // use: .pipe(using({ prefix:'Using', color:'blue' }))
// and then
// Styles (Global)
gulp.task('styles:global', function() {
return gulp.src(globScss)
.pipe(using({ prefix:'Using', color:'blue' }))
...
...
// so I immediately get if the
// other 2cent tip: use global variables for folder names/paths ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment