loulijun2021
2023-02-28 c2f67da5b5086f6e3e4bc01f61e81e0505a17d10
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': {}
  }
}