diff --git a/.gitignore b/.gitignore index 95e15724..caf0c54c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ bower_components reports css/noprefix .yo-rc.json -.github + diff --git a/gulpfile.js b/gulpfile.js index 4b2fdf45..63411802 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,8 +35,9 @@ function buildCSS(){ return combiner.obj([ $.sass(sassOptions), $.autoprefixer({ - browsers: ['last 2 versions', 'Safari 8.0'], - cascade: false + browsers: ['last 2 versions'], + cascade: false, + flexbox: false }), gulpif(!argv.debug, $.cssmin()) ]).on('error', handleError);