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