Skip to content

Commit

Permalink
Added support to safari 5 and greater
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed Sep 4, 2016
1 parent 2ee47fb commit 27a276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module.exports = function( grunt ) {

processors: [
require( 'autoprefixer' )( {
browsers: 'last 2 versions'
browsers: 'last 2 versions, Safari > 5'
} )
]
},
Expand Down

0 comments on commit 27a276d

Please sign in to comment.