shakyShane/jekyll-gulp-sass-browser-sync

Bourbon import is failing

ssosina opened this issue · 0 comments

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";