Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • postcss.config.js
  • perf(mock): when mock is not used, move mock.js out of the package file
    43503d59
    vben authored
    2021-01-22 22:42:27 +0800  
    Browse Dir ยป
postcss.config.js 88 Bytes
Edit Raw Blame History
1 2 3 4 5 6
module.exports = {
  plugins: {
    'postcss-import': {},
    autoprefixer: {},
  },
};