Newer
Older
safe_production_front / postcss.config.js
wangxitong on 16 Aug 61 bytes first commit
module.exports = {
  plugins: {
    autoprefixer: {},
  },
}