Removing deprecated comment.
This commit is contained in:
parent
ba44eabe95
commit
01faeb2d4d
@ -38,7 +38,6 @@ function areAutoColorsValid (autocolors: AutoColors): true | string[] {
|
|||||||
const errors: string[] = []
|
const errors: string[] = []
|
||||||
for (const k in autocolors) {
|
for (const k in autocolors) {
|
||||||
const color = autocolors[k as keyof AutoColors]
|
const color = autocolors[k as keyof AutoColors]
|
||||||
// FIXME: there are missing cases. For now there are only basic values formats.
|
|
||||||
if (!validateColor(color)) {
|
if (!validateColor(color)) {
|
||||||
errors.push(color)
|
errors.push(color)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user