Blame view

postcss.config.js 175 Bytes
1 2 3 4 5
/*
 * @Description: CSS处理和移动端适配方案
 * @Autor: renchao
 * @LastEditTime: 2023-07-20 14:40:12
 */
赵千 committed
6 7 8 9 10
module.exports = {
  plugins: {
    autoprefixer: {}
  },
}