Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Aug 7, 2023
1 parent d7898c0 commit a69189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ export type ThemeVars<ThemeContract extends NullableTokens> = MapLeafNodes<

export type ClassNames = string | Array<ClassNames>;

export type ComplexStyleRule = StyleRule | Array<StyleRule | ClassNames>;
export type ComplexStyleRule = StyleRule | Array<StyleRule | ClassNames>;

0 comments on commit a69189b

Please sign in to comment.