赞
踩
npm i postcss-pxtorem autoprefixer amfe-flexible --save-dev
module.exports = { plugins: { autoprefixer: { overrideBrowserslist: [ "Android 4.1", "iOS 7.1", "Chrome > 31", "ff > 31", "ie >= 8", "last 10 versions", // 所有主流浏览器最近10版本用 ], grid: true, }, "postcss-pxtorem": { rootValue: 192, propList: ["*", "!border"], selectorBlackList: [".el-"], }, }, };
import "amfe-flexible";
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。