loulijun2021
2022-09-26 f8f4b4d42f1a6997a6e1a1d329f2296eb37a2a62
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': {}
  }
}