Skip to content

Commit

Permalink
Upgrade autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfr committed Jul 10, 2020
1 parent 34ad0b0 commit f5a4fe7
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 24 deletions.
2 changes: 1 addition & 1 deletion core/tasks/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var svgIconClassPrefix = config.icons && config.icons.svgIconClassPrefix || 'svg

module.exports = function () {
const processors = [
autoprefixer({browsers: ['last 2 versions']}) // IE10+
autoprefixer()
];

return gulp.src([
Expand Down
130 changes: 108 additions & 22 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"bugs": {
"url": "https://github.com/mono-company/bedrock/issues"
},
"browserslist": [
"last 2 versions"
],
"homepage": "https://github.com/mono-company/bedrock#readme",
"devDependencies": {
"autoprefixer": "^6.0.3",
"autoprefixer": "^9.8.3",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
Expand Down

0 comments on commit f5a4fe7

Please sign in to comment.