Newer
Older
BJgas-metering-front / postcss.config.js
liyaguang on 21 Apr 2023 61 bytes first commit
module.exports = {
  plugins: {
    autoprefixer: {},
  },
}