Files
ClassContent/历届学生/fontendseven/项目练习/上课项目/vuecli2-tpl/.postcssrc.js
2024-09-27 02:06:13 +08:00

14 lines
250 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
"autoprefixer": {},
'postcss-pxtorem': {
rootValue: 37.5,
propList: ['*']
}
}
}