We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3794224 commit 75490b1Copy full SHA for 75490b1
1 file changed
gulpfile.js
@@ -41,7 +41,7 @@ gulp.task('pcss', function() {
41
]))
42
.pipe(rename({ extname: '.css' }))
43
.pipe(gulp.dest('./dist/css/'))
44
- .pipe(gulp.dest('./docs/dist/'))
+ .pipe(gulp.dest('./docs/dist/css/'))
45
});
46
47
0 commit comments