Skip to content

Commit

Permalink
Update browserlist config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Aug 6, 2019
1 parent 924a5a9 commit 9371b79
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function (grunt) {
postcss: {
options: {
processors: [
require('autoprefixer')({ browsers: 'last 2 versions' })
require('autoprefixer')()
]
},

Expand Down
2 changes: 1 addition & 1 deletion javascripts/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"ignore": [
"/javascripts"
]
}
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
]
}
Loading

0 comments on commit 9371b79

Please sign in to comment.