postcss.config.js 77 B

1234
  1. // 自动加前缀
  2. module.exports = {
  3. plugins:[require('autoprefixer')]
  4. }