Files
ClassContent/历届学生/front-end-team-10/每天课程/2023-03-27/vuecli2x/.postcssrc.js
2024-09-27 02:06:13 +08:00

14 lines
322 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: 37.5,
propList: ['*']
}
}
}