// Prepare dependencies
gulp.task('customizer:prepareSassDeps', function() {
return gulp.src([
- 'node_modules/@(normalize-scss)/sass/**/*.scss'
+ 'node_modules/@(normalize-scss)/sass/**/*.scss',
+ 'node_modules/@(sassy-lists)/stylesheets/**/*'
])
- .pipe(gulp.dest('_vendor/scss'));
+ .pipe(gulp.dest('_vendor'));
});
// Creates a Sass file from the module/variable list and creates foundation.css and foundation.min.css
*/
// Dependencies
- @import "../_vendor/scss/normalize-scss/sass/normalize";
- @import "../_vendor/scss/sassy-lists/stylesheets/SassyLists";
+ @import "../_vendor/normalize-scss/sass/normalize";
++@import "../_vendor/sassy-lists/stylesheets/SassyLists";
// Settings
// import your own `settings` here or