commit | 1f1606f09c9ca06ef857ddf018a9ae0fa4930bdb | [log] [tgz] |
---|---|---|
author | huibing.xie <xiehuibing@supwisdom.com> | 周一 8月 20 15:46:55 2018 +0800 |
committer | huibing.xie <xiehuibing@supwisdom.com> | 周一 8月 20 15:46:55 2018 +0800 |
tree | 96ea461c37524acf5e2ee1e2658b41c097d1d394 | |
parent | 0809cc7a2c09bbaaa29a2f2cefa5587f30d5fd64 [diff] [blame] |
离校前端框架,包括数据字典、工作队伍、新闻公告模块
diff --git a/leave-school-vue/.postcssrc.js b/leave-school-vue/.postcssrc.js new file mode 100644 index 0000000..eee3e92 --- /dev/null +++ b/leave-school-vue/.postcssrc.js
@@ -0,0 +1,10 @@ +// 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": {} + } +}