diff --git a/gulpfile.js b/gulpfile.js index 9bf0292..53c5528 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -104,7 +104,9 @@ var cssTasks = function(filename) { 'opera 12' ] }) - .pipe(cssNano) + .pipe(cssNano, { + safe: true + }) .pipe(function() { return gulpif(enabled.rev, rev()); })