2017-06-26 13:38:24 +08:00
|
|
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
"plugins": {
|
2017-10-08 11:20:00 +08:00
|
|
|
// to edit target browsers: use "browserslist" field in package.json
|
2017-12-14 16:07:10 +08:00
|
|
|
"postcss-import": {},
|
2017-06-26 13:38:24 +08:00
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
}
|