A8000
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
164 B

8 months ago
  1. // 使用 CommonJS 格式
  2. module.exports = {
  3. plugins: {
  4. autoprefixer: {},
  5. 'postcss-pxtorem': {
  6. rootValue: 16,
  7. propList: ['*'],
  8. },
  9. },
  10. };