Skip to content

Commit

Permalink
Fix prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 14, 2024
1 parent 82af813 commit fdbc16b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ type RemoveIndex<T> = {
[K in keyof T as string extends K
? never
: number extends K
? never
: symbol extends K
? never
: K]: T[K];
? never
: symbol extends K
? never
: K]: T[K];
};

type RefinedConfig = Omit<RemoveIndex<PresetsConfig>, "theme"> & {
Expand Down

0 comments on commit fdbc16b

Please sign in to comment.