08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / .postcssrc.js
caibinghong on 19 May 2021 add
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
  "plugins": {
    "postcss-import": {},
    "postcss-url": {},
    // to edit target browsers: use "browserslist" field in package.json
    "autoprefixer": {}
  }
}