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 5ed829f commit 7bd594fCopy full SHA for 7bd594f
gulpfile.js
@@ -56,7 +56,9 @@ gulp.task('docs_sass', function() {
56
this.emit('end');
57
}
58
}))
59
- .pipe($.sass( { outputStyle: 'expanded' } ).on( 'error', $.sass.logError ) )
+ .pipe($.sass({
60
+ outputStyle: 'expanded'
61
+ }).on( 'error', $.sass.logError ) )
62
.pipe($.autoprefixer({
63
browsers: ['last 2 versions'],
64
cascade: false
0 commit comments