Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created November 7, 2015 00:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dtothefp/d7c902b7f089f2b7bd3e to your computer and use it in GitHub Desktop.
Save dtothefp/d7c902b7f089f2b7bd3e to your computer and use it in GitHub Desktop.
var includePaths = require('@hfa/pantsuit').includePaths;
gulp.src('**')
.pipe(sass({includePaths: includePaths}))
.pipe(gulp.dest('./dist'))
//scss
@import 'pantsuit';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment