songsiqi / px2rem

According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet.
558 stars 92 forks source link

怎样设置使单个vue页面生效 其他的vue页面不生效 #35

Open Goinsist opened 5 years ago

Goinsist commented 5 years ago

设置module.exports = { plugins: { autoprefixer: {}, 'postcss-px2rem': { remUnit: 75 } } }之后整个vue都生效 我只想让其中一个vue页面生效该怎么设置