2017-06-30 03:31:21 +00:00
|
|
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
"plugins": {
|
2017-10-08 03:19:20 +00:00
|
|
|
// to edit target browsers: use "browserslist" field in package.json
|
2017-06-30 03:31:21 +00:00
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
}
|