[Build] merge postcss config to package.json (#3661)

This commit is contained in:
neverland 2019-06-27 11:54:32 +08:00 committed by GitHub
parent 425ba7ecf7
commit a56f96c246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -17,9 +17,9 @@
<p align="center"> <p align="center">
🔥 <a href="https://youzan.github.io/vant">文档网站</a> 🔥 <a href="https://youzan.github.io/vant">文档网站</a>
&nbsp; &nbsp;
🇨🇳 <a href="./README.zh-CN.md">访问中文版</a> 🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
&nbsp; &nbsp;
🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">Vant Weapp - 小程序版</a> 🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">小程序版</a>
</p> </p>
--- ---

View File

@ -16,9 +16,9 @@
<p align="center"> <p align="center">
🔥 <a href="https://youzan.github.io/vant">文档网站</a> 🔥 <a href="https://youzan.github.io/vant">文档网站</a>
&nbsp; &nbsp;
🇬🇧 <a href="./README.md">访问英文版</a> 🇬🇧 <a href="./README.md">英文版介绍</a>
&nbsp; &nbsp;
🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">Vant Weapp - 小程序版</a> 🚀 <a href="https://github.com/youzan/vant-weapp" target="_blank">小程序版</a>
</p> </p>
--- ---

View File

@ -131,6 +131,11 @@
"tags": "vetur/tags.json", "tags": "vetur/tags.json",
"attributes": "vetur/attributes.json" "attributes": "vetur/attributes.json"
}, },
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [ "browserslist": [
"Android >= 4.0", "Android >= 4.0",
"iOS >= 7" "iOS >= 7"

View File

@ -1,5 +0,0 @@
module.exports = {
plugins: {
autoprefixer: {}
}
};