Skip to content

Commit ea2f2e7

Browse files
committed
Merge branch 'master' into lessons
2 parents d511bc5 + ad8e56c commit ea2f2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ gulp.task('minify-css', function () {
168168

169169
gulp.task('sass', function () {
170170
gulp.src(options.sass.files)
171-
.pipe(sass({ indentedSyntax: true }))
171+
.pipe(sass())
172172
.on('error', function(error) { console.log(error.message); })
173173
.pipe(autoprefixer({
174174
browsers: [ 'last 2 versions', 'Explorer >= 9' ],

0 commit comments

Comments
 (0)