Skip to content

Commit

Permalink
refs #18704 - Add autoprefixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nprokopenko202 committed May 31, 2019
1 parent 4362035 commit 8fc52c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {},
autoprefixer: {browsers: ['last 2 versions', 'iOS >= 8', '> 1%', 'Firefox ESR']}
},
};
};
7 changes: 7 additions & 0 deletions views/css/braintree.css

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

2 changes: 1 addition & 1 deletion views/css/braintree.css.map

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

9 changes: 6 additions & 3 deletions views/css/paypal-bo.css

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

Loading

0 comments on commit 8fc52c2

Please sign in to comment.