1 Star 0 Fork 0

lazycatcloud/jellyfin-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cssnano.config.js 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitry Lyzo 提交于 2022-10-07 20:14 +08:00 . Fix CSS fallback
module.exports = {
preset: [
'default',
// Turn off `mergeLonghand` because it combines `padding-*` and `margin-*`,
// breaking fallback styles.
// https://github.com/cssnano/cssnano/issues/1163
// https://github.com/cssnano/cssnano/issues/1192
{ mergeLonghand: false }
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lazycatcloud/jellyfin-web.git
git@gitee.com:lazycatcloud/jellyfin-web.git
lazycatcloud
jellyfin-web
jellyfin-web
master

搜索帮助