We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5d3e1c + 2668771 commit e9e8c9fCopy full SHA for e9e8c9f
app/templates/Gruntfile.js
@@ -199,7 +199,7 @@ module.exports = function (grunt) {
199
options: {
200
map: true,
201
processors: [
202
- require('autoprefixer-core')({browsers: ['last 1 version']})
+ require('autoprefixer')({browsers: ['last 2 version']})
203
]
204
},
205
dist: {
app/templates/_package.json
@@ -36,7 +36,7 @@
36
"serve-favicon": "^2.3.0"
37
38
"devDependencies": {
39
- "autoprefixer-core": "^5.2.1",
+ "autoprefixer": "^6.0.0",
40
"grunt": "~0.4.5",
41
"grunt-wiredep": "^2.0.0",
42
"grunt-concurrent": "^2.0.1",
0 commit comments