From 8d9a6aa5e0381649fa334b950a2a36501fb7f099 Mon Sep 17 00:00:00 2001 From: Christian Ebert Date: Sun, 4 Feb 2024 10:01:11 +0000 Subject: [PATCH] chore(css): fix typo in postcss-config browserslist and update list - s/last 3 major version/last 3 major versions/ - sync with current browserslistrc, babelrc, rollup_config --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index bb9fbdbc14..e8586d03c1 100644 --- a/postcss.config.js +++ b/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: [