From d18254b61d87eb3d09d17b93783117dad7d13686 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 15 Nov 2019 21:47:09 +0100 Subject: [PATCH] fixed missing change to mixin --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d3f152b..cf783bb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -258,7 +258,7 @@ function sprites () { .pipe(dest(output.art)); var cssStream = sprites.css - .pipe(dest('source/style/hippie/mixins/')); + .pipe(dest('source/style/hippie-style/mixins/')); return merge(imgStream, cssStream); }