first commit
This commit is contained in:
18
芳林公司项目/stest/postcss.config.js
Normal file
18
芳林公司项目/stest/postcss.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'autoprefixer': {
|
||||
overrideBrowserslist: [
|
||||
'Android 4.1',
|
||||
'iOS 7.1',
|
||||
'Chrome > 31',
|
||||
'ff > 31',
|
||||
'ie >= 8'
|
||||
]
|
||||
},
|
||||
'postcss-pxtorem': {
|
||||
rootValue: 41.7,
|
||||
propList: ['*']
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user