fixed missing change to mixin

This commit is contained in:
Stephan 2019-11-15 21:47:09 +01:00
parent 150fb3fdbc
commit d18254b61d

View file

@ -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);
}