mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Build] merge postcss config to package.json (#3661)
This commit is contained in:
parent
425ba7ecf7
commit
a56f96c246
@ -17,9 +17,9 @@
|
||||
<p align="center">
|
||||
🔥 <a href="https://youzan.github.io/vant">文档网站</a>
|
||||
|
||||
🇨🇳 <a href="./README.zh-CN.md">访问中文版</a>
|
||||
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
|
||||
|
||||
🚀 <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>
|
||||
|
||||
---
|
||||
|
@ -16,9 +16,9 @@
|
||||
<p align="center">
|
||||
🔥 <a href="https://youzan.github.io/vant">文档网站</a>
|
||||
|
||||
🇬🇧 <a href="./README.md">访问英文版</a>
|
||||
🇬🇧 <a href="./README.md">英文版介绍</a>
|
||||
|
||||
🚀 <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>
|
||||
|
||||
---
|
||||
|
@ -131,6 +131,11 @@
|
||||
"tags": "vetur/tags.json",
|
||||
"attributes": "vetur/attributes.json"
|
||||
},
|
||||
"postcss": {
|
||||
"plugins": {
|
||||
"autoprefixer": {}
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"Android >= 4.0",
|
||||
"iOS >= 7"
|
||||
|
@ -1,5 +0,0 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user