diff --git a/gulpfile.js b/gulpfile.js index e39f08a03..594410dea 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,7 +14,7 @@ gulp.task('css', function () { .pipe(less({ paths: [ path.join(__dirname, 'less', 'includes') ] })) - .pipe(minifyCSS()) + .pipe(minifyCSS({restructuring: false})) .pipe(rename({ suffix: '.min' }))