Skip to content

Commit 7bd594f

Browse files
committed
chore: fix indent
1 parent 5ed829f commit 7bd594f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ gulp.task('docs_sass', function() {
5656
this.emit('end');
5757
}
5858
}))
59-
.pipe($.sass( { outputStyle: 'expanded' } ).on( 'error', $.sass.logError ) )
59+
.pipe($.sass({
60+
outputStyle: 'expanded'
61+
}).on( 'error', $.sass.logError ) )
6062
.pipe($.autoprefixer({
6163
browsers: ['last 2 versions'],
6264
cascade: false

0 commit comments

Comments
 (0)