8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
"postcss-mpvue-wxss": {}
|
|
}
|
|
}
|