Newer
Older
adminAccountabilityFront / postcss.config.js
liyaguang on 11 Sep 2023 61 bytes first
module.exports = {
  plugins: {
    autoprefixer: {},
  },
}