diff --git a/gulpfile.js b/gulpfile.js index a7bdd9eb..3e00d265 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,7 @@ gulp.task('browser-sync', function() { gulp.task('styles', function() { return gulp.src('app/'+syntax+'/**/*.'+syntax+'') - .pipe(sass({ outputStyle: 'expand' }).on("error", notify.onError())) + .pipe(sass({ outputStyle: 'expanded' }).on("error", notify.onError())) .pipe(rename({ suffix: '.min', prefix : '' })) .pipe(autoprefixer(['last 15 versions'])) .pipe(cleancss( {level: { 1: { specialComments: 0 } } })) // Opt., comment out when debugging