1 Star 0 Fork 80

Jason / Vant

forked from Gitee 极速下载 / Vant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈嘉涵 提交于 2017-09-20 20:10 . Checkbox: support different shape
module.exports = {
plugins: [
require('postcss-easy-import')({
extensions: ['pcss', 'css']
}),
require('precss')(),
require('postcss-calc')(),
require('autoprefixer')({
browsers: ['Android >= 4.0', 'iOS >= 7']
})
]
};
1
https://gitee.com/jasonyp/Vant.git
git@gitee.com:jasonyp/Vant.git
jasonyp
Vant
Vant
master

搜索帮助