.postcssrc.js 130 B

1234567
  1. // https://github.com/michael-ciniawsky/postcss-load-config
  2. module.exports = {
  3. "plugins": {
  4. "postcss-mpvue-wxss": {}
  5. }
  6. }