Skip to content

Commit

Permalink
update autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Dec 13, 2024
1 parent 3119fa7 commit 192c211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ gulp.task('pack-css', () => {
}))
// add vendor prefixes to rules by Can I Use
.pipe(postcss([
autoprefixer({
browsers: ['last 3 versions']
})
autoprefixer()
]))
.pipe(gulp.dest('dist/assets/css'));
});
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"npm-check-updates": "^17.1.11",
"ordered-read-streams": "^2.0.0",
"sass": "^1.83.0"
}
},
"browserslist": [
"last 3 versions"
]
}

0 comments on commit 192c211

Please sign in to comment.