Logo white

BJ_web_developers / cityOperationCenter

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cityOperationCenter
  • postcss.config.js
  • init
    b9d278cb
    liuqimichale authored
    2019-01-07 14:09:32 +0800  
    Browse Code ยป
postcss.config.js 87 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
module.exports = {
  plugins: {
    'autoprefixer': {browsers: 'last 5 version'}
  }
}