[stylelint] Turn off color-hex-length

pull/1852/head
Louis Lam 2 years ago
parent 1af6d33fcd
commit 83284b6d2c

@ -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,
}
}

Loading…
Cancel
Save