stylelint

number-leading-zero : "never" 小数点前为0 的需要省略
color-named: "never" 不允许使用命名的颜色值,如red
"color-hex-length": "short" 指定十六进制颜色是否使用缩写
declaration-colon-space-after:  "always" // 在冒号之后要求有一个空格或禁止有空白。

http://stylelint.cn/user-guide/rules/

posted @ 2020-06-29 15:18  Running00  阅读(83)  评论(0编辑  收藏  举报