2017-06-26 13:38:24 +08:00
|
|
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
|
|
|
|
module.exports = {
|
2019-04-19 20:41:52 +08:00
|
|
|
'plugins': {
|
2018-05-02 18:00:01 +08:00
|
|
|
// to edit target browsers: use "browserslist" field in package.json
|
2019-04-19 20:41:52 +08:00
|
|
|
'autoprefixer': {}
|
2017-06-26 13:38:24 +08:00
|
|
|
}
|
|
|
|
}
|