postcss-pxtorem 配置文件
This commit is contained in:
14
postcss.config.js
Normal file
14
postcss.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'autoprefixer': {
|
||||
overrideBrowserslist: [
|
||||
'Android >= 4.0',
|
||||
'iOS >= 8'
|
||||
]
|
||||
},
|
||||
'postcss-pxtorem': {
|
||||
rootValue: 16,
|
||||
propList: ['*']
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user