[stylelint] Turn off color-hex-length

This commit is contained in:
Louis Lam 2022-06-28 22:26:27 +08:00
parent 1af6d33fcd
commit 83284b6d2c
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"declaration-empty-line-before": null,
"alpha-value-notation": "number",
"color-function-notation": "legacy",
"shorthand-property-no-redundant-values": null
"shorthand-property-no-redundant-values": null,
"color-hex-length": null,
}
}