1 Star 0 Fork 0

ar.insect / html5-multi-page-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
jianglm 提交于 2018-04-23 10:31 . first commit
module.exports = {
plugins: {
autoprefixer: {
browsers: ['last 2 versions', 'Firefox ESR', '> 1%', 'ie >= 8', 'iOS >= 8', 'Android >= 4']
},
'postcss-pxtorem': {
rootValue: 75,
propWhiteList: ['*']
}
}
};
JavaScript
1
https://gitee.com/ar-insect/html5-multi-page-cli.git
git@gitee.com:ar-insect/html5-multi-page-cli.git
ar-insect
html5-multi-page-cli
html5-multi-page-cli
master

搜索帮助