.postcssrc.js 335 B

1234567891011
  1. // https://github.com/michael-ciniawsky/postcss-load-config
  2. module.exports = {
  3. "plugins": {
  4. "postcss-import": {},
  5. "postcss-url": {},
  6. // to edit target browsers: use "browserslist" field in package.json
  7. "autoprefixer": {},
  8. // "postcss-px2rem": { "remUnit": 16 } //配置rem基准值,75是iphone6标准
  9. }
  10. }