This commit is contained in:
steven
2022-10-09 17:59:08 +08:00
parent 195f9b7696
commit b57c3e758d
852 changed files with 0 additions and 252262 deletions

View File

@@ -1,19 +0,0 @@
module.exports = () => ({
plugins: [
// autoprefixer 自动补齐 CSS3 前缀,适配不同浏览器
require('autoprefixer')({
overrideBrowserslist: [
"last 10 versions", // 所有主流浏览器最近10版本用
],
}),
require('postcss-pxtorem')({
rootValue: 16,
unitPrecision: 3,
propList: ['font', 'font-size','classify-','ant-table-'],
selectorBlackList: [],
replace: true,
mediaQuery: false,
exclude: /node_modules/i
})
]
});