Skip to content

Commit

Permalink
rename flexGrow/flexShrink types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgovea committed Jun 17, 2019
1 parent daabfec commit ece5977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.d.ts
Expand Up @@ -414,10 +414,10 @@ interface TailwindStyles {
flexAuto: any;
flexInitial: any;
flexNone: any;
grow0: any;
grow: any;
shrink0: any;
shrink: any;
flexGrow0: any;
flexGrow: any;
flexShrink0: any;
flexShrink: any;
fontSans: any;
fontSerif: any;
fontMono: any;
Expand Down

0 comments on commit ece5977

Please sign in to comment.