Skip to content

Commit

Permalink
Update BrowserList configuration and usage. Closes preboot#108
Browse files Browse the repository at this point in the history
- single place of configuration via .browserlistrc file
- up-to-date configuration aligned with @angular/cli generated one

Thanks!
  • Loading branch information
peterblazejewicz committed May 28, 2019
1 parent f834de3 commit f26ae18
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 10 additions & 6 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[production staging]
> 1%
ie 10
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
#
# For IE 10-11 support, please remove 'not' from the last line of the file and adjust as needed

[development]
last 1 chrome version
last 1 firefox version
> 0.5%
last 2 versions
Firefox ESR
not dead
IE 10-11
6 changes: 1 addition & 5 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
module.exports = {
plugins: {
autoprefixer: {
browsers: ['last 2 versions']
},
},
plugins: [require('autoprefixer')]
};

0 comments on commit f26ae18

Please sign in to comment.