多租户商城-客户PC端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
252 B

2 years ago
  1. // https://github.com/michael-ciniawsky/postcss-load-config
  2. module.exports = {
  3. "plugins": {
  4. // "postcss-import": {},
  5. // "postcss-url": {},
  6. // to edit target browsers: use "browserslist" field in package.json
  7. "autoprefixer": {}
  8. }
  9. }