2 Star 1 Fork 0

进击的大熊/绿e之行

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
RoseYangHW 提交于 2022-08-22 18:32 . 8.22
module.exports = {
plugins: [require('autoprefixer')], // 引用该插件即可了
'postcss-pxtorem': {
rootValue: 16, // 结果为:设计稿元素尺寸/16,比如元素宽320px,最终页面会换算成 20rem
propList: ['*']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yhwrko/green-e-trip.git
git@gitee.com:yhwrko/green-e-trip.git
yhwrko
green-e-trip
绿e之行
master

搜索帮助