68 Star 1.2K Fork 435

newbee-ltd / newbee-mall-vue3-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.cjs 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
尼克陈 提交于 2023-02-02 17:51 . update
// postcss.config.js
// 用 vite 创建项目,配置 postcss 需要使用 post.config.js,之前使用的 .postcssrc.js 已经被抛弃
// 具体配置可以去 postcss-pxtorem 仓库看看文档
module.exports = {
"plugins": {
"postcss-pxtorem": {
rootValue: 37.5, // Vant 官方根字体大小是 37.5
propList: ['*'],
selectorBlackList: ['.norem'] // 过滤掉.norem-开头的class,不进行rem转换
}
}
}
JavaScript
1
https://gitee.com/newbee-ltd/newbee-mall-vue3-app.git
git@gitee.com:newbee-ltd/newbee-mall-vue3-app.git
newbee-ltd
newbee-mall-vue3-app
newbee-mall-vue3-app
main

搜索帮助