Skip to content

Commit

Permalink
Include color in valid CSS properties so builds pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr committed Nov 28, 2024
1 parent 7e4e23b commit 7541d00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const CSS_PROPERTIES: string[] = [
...Object.values(shorthandFor)
.flat()
.filter((value): value is string => typeof value === 'string'),
'color',
];

export const errorIfInvalidProperties = (properties: string[]): void => {
Expand Down

0 comments on commit 7541d00

Please sign in to comment.