Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Chevalier committed Mar 23, 2017
2 parents 6b75e66 + e605482 commit fb1ca2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ bower_components
reports
css/noprefix
.yo-rc.json
.github

5 changes: 3 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fb1ca2c

Please sign in to comment.