loulijun2021
2023-03-20 f5389299d31e2236d399e48cfc1b09e5dd16f4c1
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': {}
  }
}