31 Star 104 Fork 51

Gitee 极速下载/weweChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/trazyn/weweChat
克隆/下载
.stylelintrc 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
小楼楼 提交于 2018-07-24 03:59 +08:00 . Fix CI build error
{
"extends": "stylelint-config-standard",
"rules": {
"block-no-empty": null,
"font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null,
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"indentation": [4, {
"except": ["value"]
}],
"max-empty-lines": 2,
"rule-empty-line-before": [ "always", {
"except": ["first-nested"],
"ignore": ["after-comment"]
} ],
"selector-pseudo-class-no-unknown": [ true, {
ignorePseudoClasses: ["global"],
} ],
"number-leading-zero": "never",
"unit-whitelist": ["em", "rem", "%", "s", "vh", "vw", "px", "deg"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/mirrors/weweChat.git
git@gitee.com:mirrors/weweChat.git
mirrors
weweChat
weweChat
master

搜索帮助