Logo white

BJ_web_developers / lzsandtable

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • lzsandtable
  • postcss.config.js
  • postcss
    3c664be7
    liuqimichale authored
    2019-03-07 12:24:05 +0800  
    Browse Code ยป
postcss.config.js 87 Bytes
Edit Raw Blame History
1 2 3 4 5
module.exports = {
  plugins: {
    'autoprefixer': {browsers: 'last 5 version'}
  }
}