Newer
Older
laserPTZFrontV2.0 / postcss.config.js
wangxitong on 22 May 2023 61 bytes first commit
module.exports = {
  plugins: {
    autoprefixer: {},
  },
}