postcss.config.js 188 B

123456789101112
  1. /*
  2. * @Description:
  3. * @Author: wsy
  4. * @Date: 2022-05-31 19:10:20
  5. * @LastEditTime: 2022-07-18 15:04:52
  6. * @LastEditors: wsy
  7. */
  8. module.exports = {
  9. plugins: {
  10. autoprefixer: {}
  11. }
  12. }