邃芒官网(PC) https://www.metavatar.cc
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
265 B

  1. module.exports = {
  2. plugins: {
  3. autoprefixer: {},
  4. 'postcss-px2rem-exclude': {
  5. remUnit: 192,//1rem = 75px(iphone6的设计稿如此设置)
  6. // exclude: /node_modules/i //忽略node_modules目录下的文件
  7. }
  8. }
  9. }