Skip to content

Commit

Permalink
Sensible autoprefixer defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
KingScooty committed Jun 24, 2014
1 parent 5767fa4 commit e37eaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = function (grunt) {
// Add vendor prefixed styles
autoprefixer: {
options: {
browsers: ['last 1 version']
browsers: ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']
},
dist: {
files: [{
Expand Down

0 comments on commit e37eaaf

Please sign in to comment.