mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
9 lines
196 B
Java
9 lines
196 B
Java
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
// to edit target browsers: use "browserlist" field in package.json
|
|
"autoprefixer": {}
|
|
}
|
|
}
|