Skip to content

Commit

Permalink
build: migrate autoprefixer options
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jun 7, 2019
1 parent a7bcc5b commit 4d1026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const postCssFlexibility = require('postcss-flexibility');
module.exports = () => ({
plugins: [
autoprefixer({
browsers: [
overrideBrowserslist: [
'> 1%',
'last 4 versions',
'last 20 Chrome versions',
Expand Down

0 comments on commit 4d1026c

Please sign in to comment.