huibing.xie | 1f1606f | 2018-08-20 15:46:55 +0800 | [diff] [blame^] | 1 | // https://github.com/michael-ciniawsky/postcss-load-config |
2 | |||||
3 | module.exports = { | ||||
4 | "plugins": { | ||||
5 | "postcss-import": {}, | ||||
6 | "postcss-url": {}, | ||||
7 | // to edit target browsers: use "browserslist" field in package.json | ||||
8 | "autoprefixer": {} | ||||
9 | } | ||||
10 | } |