/*
 * @Description: CSS处理和移动端适配方案
 * @Autor: renchao
 * @LastEditTime: 2023-07-20 14:40:12
 */
module.exports = {
  plugins: {
    autoprefixer: {}
  },
}