diff --git a/gulpfile.js b/gulpfile.js index 4ff799e..9bf0292 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -104,10 +104,7 @@ var cssTasks = function(filename) { 'opera 12' ] }) - .pipe(cssNano, { - advanced: false, - rebase: false - }) + .pipe(cssNano) .pipe(function() { return gulpif(enabled.rev, rev()); })