ann0707
2019-01-09 912b550975a06ea7a861a021dd07eb5ec8cb543c
1
2
3
4
5
6
7
8
9
// https://github.com/michael-ciniawsky/postcss-load-config
 
module.exports = {
  "plugins": {
    // to edit target browsers: use "browserslist" field in package.json
    "autoprefixer": {},
    "postcss-plugin-px2rem": {}
  }
};