Answer the question
In order to leave comments, you need to log in
How to include bourbon along with normalize.scss in Gulp or how to correctly write multiple includePaths?
You need to include bourbon along with normalize.scss in Gulp.
Tried this, or something similar, but gulp didn't find either bourbon or normalize.
includePaths: require('node-bourbon').includePaths,
includePaths: require('node-normalize-scss').includePaths
Answer the question
In order to leave comments, you need to log in
array
includePaths: [require('node-bourbon').includePaths, require('node-normalize-scss').includePaths]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question