Ai
1 Star 2 Fork 0

zouchengxin/vite-vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouchengxin 提交于 2022-08-21 13:30 +08:00 . feat: unocss rem
module.exports = {
map: false,
plugins: {
autoprefixer: {},
"postcss-pxtorem": {
rootValue: 16,
unitPrecision: 5,
propList: ["*"],
selectorBlackList: [],
replace: true,
mediaQuery: false,
minPixelValue: 0,
exclude: function (file) {
const reg = /node_modules\/(?!unocss|element-plus)/i;
return reg.test(file);
}
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zouchengxin/vite-vue3-template.git
git@gitee.com:zouchengxin/vite-vue3-template.git
zouchengxin
vite-vue3-template
vite-vue3-template
web

搜索帮助