house
This commit is contained in:
10
postcss.config.js
Normal file
10
postcss.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
plugins: {
|
||||
autoprefixer: {},
|
||||
'postcss-pxtorem': {
|
||||
rootValue: 16, // 基准根节点字体大小
|
||||
propList: ['*'], // 所有属性都转换
|
||||
selectorBlackList: ['el-', 'ry-'] // 不转换 Element、若伊
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user