Skip to content

Commit

Permalink
chore(css): fix typo in postcss-config browserslist and update list (#…
Browse files Browse the repository at this point in the history
…8578)

- s/last 3 major version/last 3 major versions/
- sync with current browserslistrc, babelrc, rollup_config
  • Loading branch information
phloxic committed May 6, 2024
1 parent 4dfea61 commit 3df0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
@@ -1,5 +1,5 @@
// see https://github.com/browserslist/browserslist for more info
const browsersList = ['last 3 major version', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11'];
const browsersList = ['last 3 major versions', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11', 'not baidu 7', 'not and_qq 11', 'not and_uc 12', 'not op_mini all'];

module.exports = {
plugins: [
Expand Down

0 comments on commit 3df0e9b

Please sign in to comment.