Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(style): add autoprefixer support for firefox and ie
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Oct 29, 2014
1 parent 41611b0 commit a1bea48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ function filterNonCodeFiles() {

function autoprefix() {
return autoprefixer({browsers: [
'last 2 ChromeAndroid versions', 'last 2 Android versions',
'last 2 iOS versions', 'last 2 Safari versions',
'last 2 Chrome versions'
'last 2 versions', 'last 3 Android versions'
]});
}

0 comments on commit a1bea48

Please sign in to comment.