10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit d18254b61d - Show all commits

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