diff --git a/postcss.config.js b/postcss.config.js index dc245384..8feb7c8b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -2,7 +2,7 @@ module.exports = { plugins: { autoprefixer: {}, 'postcss-plugin-px2rem': { - rootValue: 16, + rootValue: 14, exclude: /node_modules/i, minPixelValue: 3, selectorBlackList: ['.html', 'iconfont', '.ttf', '.css'] diff --git a/public/index.html b/public/index.html index 52f34618..4c7c874f 100644 --- a/public/index.html +++ b/public/index.html @@ -15,36 +15,37 @@