Files
cunkebao_v3/nkebao/postcss.config.js

8 lines
147 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
};