L
L
LMI2015-10-05 17:09:57
Sass
LMI, 2015-10-05 17:09:57

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

As I understand it, I am not correctly prescribing several includePaths. How right?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kravchenko, 2015-10-05
@LMI

array

includePaths: [require('node-bourbon').includePaths, require('node-normalize-scss').includePaths]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question