.postcssrc.js 197 字节
Newer Older
P
Pan 已提交
1 2 3 4
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
  "plugins": {
P
Pan 已提交
5
    // to edit target browsers: use "browserslist" field in package.json
P
Pan 已提交
6 7 8
    "autoprefixer": {}
  }
}