shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

Bourbon import is failing #56

Closed ssosina closed 7 years ago

ssosina commented 7 years ago

I'm attempting to use Bourbon and Neat in this project. However, I seem to be running into an error when I run Gulp. Heres whats happening:

Error

Error: _scss/main.scss
Error: File to import not found or unreadable: bourbon

gulpfile.js

var bourbon     = require("node-bourbon").includePaths;
var neat        = require("node-neat").includePaths;

main.scss

@import "reset";
@import "syntax";
@import "bourbon";
@import "neat";