Skip to content

Commit

Permalink
order logically
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 22, 2021
1 parent a42f902 commit 6ecd733
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export interface CSSSelectorObject<Theme extends object = {}> {
*/
export interface AllSystemCSSProperties
extends Omit<StandardCSSProperties, keyof OverwriteCSSProperties>,
AliasesCSSProperties,
OverwriteCSSProperties {}
OverwriteCSSProperties,
AliasesCSSProperties {}

export type SystemCssProperties<Theme extends object = {}> = {
[K in keyof AllSystemCSSProperties]:
Expand Down

0 comments on commit 6ecd733

Please sign in to comment.