loulijun2021
2023-02-09 b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a
1
2
3
4
5
6
7
8
// https://github.com/michael-ciniawsky/postcss-load-config
 
module.exports = {
  'plugins': {
    // to edit target browsers: use "browserslist" field in package.json
    'autoprefixer': {}
  }
}