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

15 lines
321 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {},
'postcss-pxtorem': {
rootValue: 50,
propList: ['*']
}
}
}