-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I'm trying to use bourbon, but I ran into some issues. I'm resolving my paths via the gulp-sass package (includePaths) to my bootstrap and bourbon. Bootstrap works, but somehow I can't get it to work with Bourbon. It doesn't get imported in my css files. I do not get any helpful error messages either.
To test if it was the bourbon packages I tried to include normalize.css alone (not the inbuild one of bootstrap), and and I got normalize.css working, so it has to be something with bourbon?
This is how I try to access bourbon:
includePaths: [ "./node_modules/bootstrap-sass/assets/stylesheets/", require('node-bourbon').includePaths, require('node-normalize-scss').includePaths ]
I import it in my main.scss file with @import 'bourbon';.
Does someone know what to do to fix this?
Thanks!